jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/539924 )
Change subject: [bugfix] Fix new doc error in site.py ......................................................................
[bugfix] Fix new doc error in site.py
Change-Id: I868a95429ed19c4db28d21bb83f0a1e4a953fbd2 --- M pywikibot/site.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Framawiki: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/site.py b/pywikibot/site.py index d1b6518..dc8675d 100644 --- a/pywikibot/site.py +++ b/pywikibot/site.py @@ -2283,7 +2283,7 @@ @type reverse: bool @param is_ts: When comparing timestamps (with is_ts=True) the start is usually greater than end. Comparing titles this is vice versa. - type is_ts: bool + @type is_ts: bool @raises AssertionError: start/end values are in wrong order """ if reverse ^ is_ts:
pywikibot-commits@lists.wikimedia.org