jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/791782 )

Change subject: [fix] Fix spelling mistake
......................................................................

[fix] Fix spelling mistake

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

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



diff --git a/pywikibot/proofreadpage.py b/pywikibot/proofreadpage.py
index 19fc121..566d4aa 100644
--- a/pywikibot/proofreadpage.py
+++ b/pywikibot/proofreadpage.py
@@ -250,7 +250,7 @@
             try:
                 num = int(right)
             except ValueError:
-                raise InvalidTitleError('{} containts invalid index {!r}'
+                raise InvalidTitleError('{} contains invalid index {!r}'
                                         .format(self, right))
         else:
             base = right

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/791782
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: I7cbd0546f55bf6ed24f07109c8b2da20a9108909
Gerrit-Change-Number: 791782
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]
To unsubscribe send an email to [email protected]

Reply via email to