summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-09-22 18:30:38 -0700
committerClaude Paroz <claude@2xlibre.net>2018-09-25 10:19:42 +0200
commitad9a28ee38e3352b16cc6c9ae7f55f90c64710cc (patch)
tree558258c4662a685a4ce2acf894e61792eb6d8b13 /docs/ref
parent3a3d159ab66c32dbf7331676267a04afa20857d0 (diff)
Refs #29784 -- Normalized Python docs links to omit the version.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/utils.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index 1c885fa472..f196a9b846 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)