jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/342193 )
Change subject: api.py: Fix typo in ListGenerator docstring ......................................................................
api.py: Fix typo in ListGenerator docstring
side-wide -> site-wide
Change-Id: I69e1614f188e72795d0f25fd328bb08e2be2c918 --- M pywikibot/data/api.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/pywikibot/data/api.py b/pywikibot/data/api.py index 4b251eb..9030e4b 100644 --- a/pywikibot/data/api.py +++ b/pywikibot/data/api.py @@ -2957,7 +2957,7 @@ """Iterator for queries of type action=query&list=foo.
See the API documentation for types of lists that can be queried. Lists - include both side-wide information (such as 'allpages') and page-specific + include both site-wide information (such as 'allpages') and page-specific information (such as 'backlinks').
This iterator yields a dict object for each member of the list returned
pywikibot-commits@lists.wikimedia.org