jenkins-bot merged this change.
[bugfix] Fix new doc error in site.py
Change-Id: I868a95429ed19c4db28d21bb83f0a1e4a953fbd2
---
M pywikibot/site.py
1 file changed, 1 insertion(+), 1 deletion(-)
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:
To view, visit change 539924. To unsubscribe, or for help writing mail filters, visit settings.