jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/463767 )
Change subject: Fix typos in pagegenerators.py ......................................................................
Fix typos in pagegenerators.py
- grammar - doctest warning
Change-Id: I551a3b39d33cedebf2a51f4288e6e90be3c9ddbd --- M pywikibot/pagegenerators.py 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Zhuyifei1999: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/pagegenerators.py b/pywikibot/pagegenerators.py index bcbb912..78ec1a7 100644 --- a/pywikibot/pagegenerators.py +++ b/pywikibot/pagegenerators.py @@ -65,7 +65,7 @@ # most of these functions just wrap a Site or Page method that returns # a generator
-parameterHelp = """ \ +parameterHelp = """\ GENERATOR OPTIONS =================
@@ -250,7 +250,7 @@ contain it. Argument can be given as "-searchitem:text", where text is the string to look for, or "-searchitem:lang:text", - where lang is the langauge to search items in. + where lang is the language to search items in.
-wantedpages Work on pages that are linked, but do not exist; may be given as "-wantedpages:n" where n is the maximum
pywikibot-commits@lists.wikimedia.org