diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-09-22 18:30:38 -0700 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2018-09-25 10:22:06 +0200 |
| commit | f53ed7846bc5ed305ae5547af6e504d0deeafd05 (patch) | |
| tree | 79a4b6df1d7d5fcc9e765406b6fc42934144422c /docs/ref | |
| parent | c6d147bed8760ed79a34ffdad2f41988301f07f7 (diff) | |
[2.1.x] Refs #29784 -- Normalized Python docs links to omit the version.
Backport of ad9a28ee38e3352b16cc6c9ae7f55f90c64710cc from master.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/utils.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 735a9bb66c..96eebb6635 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -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) |
