jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/647724 )
Change subject: [doc] Fix spelling ......................................................................
[doc] Fix spelling
Change-Id: I57a2c29a5520b800af544dcfae27af7fc9a3b7ad --- M pywikibot/page/__init__.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/page/__init__.py b/pywikibot/page/__init__.py index 8e6fe80..c975ba7 100644 --- a/pywikibot/page/__init__.py +++ b/pywikibot/page/__init__.py @@ -635,7 +635,7 @@ try: self.botMayEdit() # T262136, T267770 except Exception as e: - # dry tests aren't able to make an API call but are + # dry tests aren't able to make an API call # but are rejected by an Exception; ignore it then. if not str(e).startswith('DryRequest rejecting request:'): raise
pywikibot-commits@lists.wikimedia.org