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

Change subject: Fixed typo, removed n in dictionnary
......................................................................


Fixed typo, removed n in dictionnary

Change-Id: I8a36506cd9886d8d37f6efa250fda9207bcdcabb
---
M pywikibot/page.py
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/pywikibot/page.py b/pywikibot/page.py
index 215b643..e51977c 100644
--- a/pywikibot/page.py
+++ b/pywikibot/page.py
@@ -2021,7 +2021,7 @@
         return ip_regexp.match(self.username) is not None
 
     def getprops(self, force=False):
-        """ Return a Dictionnary that contains user's properties. Use cached
+        """ Return a Dictionary that contains user's properties. Use cached
         values if already called before, otherwise fetch data from the API.
 
         @param force: if True, forces reloading the data from API

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8a36506cd9886d8d37f6efa250fda9207bcdcabb
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Maximilianklein <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to