jenkins-bot has submitted this change and it was merged.
Change subject: [fix] Fix epydoc markup for URLs ......................................................................
[fix] Fix epydoc markup for URLs
Change-Id: Id6c212d1be5b601cd46aaabcf3293a76559f4b51 --- M pywikibot/site.py 1 file changed, 4 insertions(+), 3 deletions(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/site.py b/pywikibot/site.py index 9d16233..b198dc2 100644 --- a/pywikibot/site.py +++ b/pywikibot/site.py @@ -4134,7 +4134,8 @@
The iterator yields dicts containing keys corresponding to the block properties. - @see: L{https://www.mediawiki.org/wiki/API:Blocks%7D) + + @see: U{https://www.mediawiki.org/wiki/API:Blocks%7D
@note: logevents only logs user blocks, while this method iterates all blocks including IP ranges. @@ -5386,11 +5387,11 @@ 'never', 'infinite', 'indefinite' it never does. If the value is given as a basestring it's parsed by php's strtotime function:
- L{http://php.net/manual/en/function.strtotime.php%7D + U{http://php.net/manual/en/function.strtotime.php%7D
The relative format is described there:
- L{http://php.net/manual/en/datetime.formats.relative.php%7D + U{http://php.net/manual/en/datetime.formats.relative.php%7D
It is recommended to not use a basestring if possible to be independent of the API.
pywikibot-commits@lists.wikimedia.org