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

Change subject: Add missing parameter to docstring
......................................................................


Add missing parameter to docstring

Adding docstring which should have been part of
Ifbc3fc0f324c7483f0eba092529a05a8f617ec8c

Change-Id: Id24c1412c2895b143d5a96e13d76d7f688f52a20
---
M pywikibot/__init__.py
1 file changed, 2 insertions(+), 0 deletions(-)

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



diff --git a/pywikibot/__init__.py b/pywikibot/__init__.py
index c588b2c..7cf119b 100644
--- a/pywikibot/__init__.py
+++ b/pywikibot/__init__.py
@@ -701,6 +701,8 @@
 
         @param wb: Wikibase JSON
         @type wb: dict
+        @param site: The Wikibase site
+        @type site: pywikibot.site.DataSite
         @rtype: pywikibot.WbQuanity
         """
         amount = cls._todecimal(wb['amount'])

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id24c1412c2895b143d5a96e13d76d7f688f52a20
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Lokal Profil <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to