From ee2cb3fa9bf1aeed1ecf048d75a9829872e18c54 Mon Sep 17 00:00:00 2001 From: Jesus Cea Date: Mon, 16 Jun 2014 14:11:14 +0200 Subject: [PATCH] Closes #21759: URL Typo in Documentation FAQ --- Doc/faq/programming.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1