jenkins-bot merged this change.
[IMPR] Fix typos in docs
Change-Id: If8a21838e6949ff5c8673d079547d093d32c77e4
---
M pywikibot/i18n.py
1 file changed, 2 insertions(+), 2 deletions(-)
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:
To view, visit change 498728. To unsubscribe, or for help writing mail filters, visit settings.