From f53ed7846bc5ed305ae5547af6e504d0deeafd05 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 22 Sep 2018 18:30:38 -0700 Subject: [2.1.x] Refs #29784 -- Normalized Python docs links to omit the version. Backport of ad9a28ee38e3352b16cc6c9ae7f55f90c64710cc from master. --- docs/ref/utils.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') 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) -- cgit v1.3