]> granicus.if.org Git - python/commitdiff
Closes #21759: URL Typo in Documentation FAQ
authorJesus Cea <jcea@jcea.es>
Mon, 16 Jun 2014 12:11:14 +0000 (14:11 +0200)
committerJesus Cea <jcea@jcea.es>
Mon, 16 Jun 2014 12:11:14 +0000 (14:11 +0200)
Doc/faq/programming.rst

index c76fa56445cade0c7679a9d259304461418996ca..0f3a331062f71ef6339d0f4dbb9a0bc2ccce7d82 100644 (file)
@@ -149,7 +149,7 @@ There is a page on the wiki devoted to `performance tips
 <http://wiki.python.org/moin/PythonSpeed/PerformanceTips>`_.
 
 Guido van Rossum has written up an anecdote related to optimization at
-http://www.python.org/doc/essays/list2str.html.
+http://www.python.org/doc/essays/list2str.
 
 One thing to notice is that function and (especially) method calls are rather
 expensive; if you have designed a purely OO interface with lots of tiny