Refs #29784 -- Normalized Python docs links to omit the version.

This commit is contained in:
Jon Dufresne 2018-09-22 18:30:38 -07:00 committed by Claude Paroz
parent 3a3d159ab6
commit ad9a28ee38
8 changed files with 9 additions and 9 deletions

View file

@ -515,7 +515,7 @@ https://web.archive.org/web/20110718035220/http://diveintomark.org/archives/2004
__friends = cached_property(get_friends, name='_Person__friends')
__ https://docs.python.org/3/faq/programming.html#i-try-to-use-spam-and-i-get-an-error-about-someclassname-spam
__ https://docs.python.org/faq/programming.html#i-try-to-use-spam-and-i-get-an-error-about-someclassname-spam
.. function:: keep_lazy(func, *resultclasses)