jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/498728 )
Change subject: [IMPR] Fix typos in docs ......................................................................
[IMPR] Fix typos in docs
Change-Id: If8a21838e6949ff5c8673d079547d093d32c77e4 --- M pywikibot/i18n.py 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: JJMC89: Looks good to me, but someone else must approve Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/i18n.py b/pywikibot/i18n.py index cae0b61..ca6168d 100644 --- a/pywikibot/i18n.py +++ b/pywikibot/i18n.py @@ -455,7 +455,7 @@ """Check for the plural variants in message and replace them.
@param message: the message to be replaced - @type message: str string + @type message: str @param parameters: plural parameters passed from other methods @type parameters: Mapping of str to int @return: The message with the plural instances replaced @@ -854,7 +854,7 @@ @param parameters: The values which will be applied to the translated text @param password: Hides the user's input (for password entry) @param fallback_prompt: The English prompt if i18n is not available. - @rtype: str string + @rtype: str """ if not messages_available(): if not fallback_prompt:
pywikibot-commits@lists.wikimedia.org