jenkins-bot has submitted this change and it was merged.
Change subject: [DOC] fix logtype type docstring ......................................................................
[DOC] fix logtype type docstring
Change-Id: Id507ba5c862fb842388f94eb313dd5c4a8f4a44a --- M pywikibot/site.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Mpaa: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/site.py b/pywikibot/site.py index a7c0bd4..9327113 100644 --- a/pywikibot/site.py +++ b/pywikibot/site.py @@ -4226,7 +4226,7 @@ documentation for available types, which will include "block", "protect", "rights", "delete", "upload", "move", "import", "patrol", "merge") - @param logtype: basestring + @type logtype: basestring @param user: only iterate entries that match this user name @type user: basestring @param page: only iterate entries affecting this page
pywikibot-commits@lists.wikimedia.org