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