From: Jesus Cea Date: Mon, 16 Jun 2014 12:11:14 +0000 (+0200) Subject: Closes #21759: URL Typo in Documentation FAQ X-Git-Tag: v2.7.8~37^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee2cb3fa9bf1aeed1ecf048d75a9829872e18c54;p=python Closes #21759: URL Typo in Documentation FAQ --- diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst index c76fa56445..0f3a331062 100644 --- a/Doc/faq/programming.rst +++ b/Doc/faq/programming.rst @@ -149,7 +149,7 @@ There is a page on the wiki devoted to `performance tips `_. 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