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

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/647724
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I57a2c29a5520b800af544dcfae27af7fc9a3b7ad
Gerrit-Change-Number: 647724
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to