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'])
pywikibot-commits@lists.wikimedia.org