jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/534916 )
Change subject: [FIX] blockpageschecker.py: fix spelling error in docstrings ...................................................................... [FIX] blockpageschecker.py: fix spelling error in docstrings Replace "then the forget" by "then they forget" in docstrings Bug: T232251 Change-Id: I87abe67ba00ab88e2f60a5cc749c1ecf23938d5e --- M scripts/blockpageschecker.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Xqt: Looks good to me, approved Framawiki: Looks good to me, approved jenkins-bot: Verified diff --git a/scripts/blockpageschecker.py b/scripts/blockpageschecker.py index f299a24..0837ada 100755 --- a/scripts/blockpageschecker.py +++ b/scripts/blockpageschecker.py @@ -3,7 +3,7 @@ """ A bot to remove stale protection templates from pages that are not protected. -Very often sysops block the pages for a set time but then the forget to +Very often sysops block the pages for a set time but then they forget to remove the warning! This script is useful if you want to remove those useless warning left in these pages. -- To view, visit https://gerrit.wikimedia.org/r/534916 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I87abe67ba00ab88e2f60a5cc749c1ecf23938d5e Gerrit-Change-Number: 534916 Gerrit-PatchSet: 1 Gerrit-Owner: Mh-3110 <[email protected]> Gerrit-Reviewer: D3r1ck01 <[email protected]> Gerrit-Reviewer: Framawiki <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot (75)
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
