jenkins-bot has submitted this change and it was merged.

Change subject: [FIX] doc: Wrap * in code tags
......................................................................


[FIX] doc: Wrap * in code tags

Text in asterisks has a meaning in reST and thus wrap it in code tags to avoid
the meaning.

Change-Id: I578dbbbba880d0cb059e6c83488c4f479911eb0c
---
M pywikibot/family.py
M pywikibot/tools/__init__.py
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  John Vandenberg: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/pywikibot/family.py b/pywikibot/family.py
index 4386a78..642698b 100644
--- a/pywikibot/family.py
+++ b/pywikibot/family.py
@@ -1545,7 +1545,7 @@
 
 class WikimediaOrgFamily(SingleSiteFamily, WikimediaFamily):
 
-    """Single site family for sites hosted at *.wikimedia.org."""
+    """Single site family for sites hosted at C{*.wikimedia.org}."""
 
     @property
     def domain(self):
diff --git a/pywikibot/tools/__init__.py b/pywikibot/tools/__init__.py
index d63efd2..af11913 100644
--- a/pywikibot/tools/__init__.py
+++ b/pywikibot/tools/__init__.py
@@ -1304,7 +1304,7 @@
     original function requests one and arg_names contain one name will result
     in an error, because the function got called with 2 parameters.
 
-    The decorated function may not use *args or **kwargs.
+    The decorated function may not use C{*args} or C{**kwargs}.
 
     @param arg_names: The names of all arguments.
     @type arg_names: iterable; for the most explanatory message it should

-- 
To view, visit https://gerrit.wikimedia.org/r/237996
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I578dbbbba880d0cb059e6c83488c4f479911eb0c
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: XZise <commodorefabia...@gmx.de>
Gerrit-Reviewer: John Vandenberg <jay...@gmail.com>
Gerrit-Reviewer: Ladsgroup <ladsgr...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to