diff options
author | Jesus Cea <jcea@jcea.es> | 2014-06-16 12:11:14 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2014-06-16 12:11:14 (GMT) |
commit | ee2cb3fa9bf1aeed1ecf048d75a9829872e18c54 (patch) | |
tree | 978d2a11281c030c36d509edf0afd1891260d1b2 /Doc/faq | |
parent | 9f2dcd227ce0784faec41fd696438e00c3dd2604 (diff) | |
download | cpython-ee2cb3fa9bf1aeed1ecf048d75a9829872e18c54.zip cpython-ee2cb3fa9bf1aeed1ecf048d75a9829872e18c54.tar.gz cpython-ee2cb3fa9bf1aeed1ecf048d75a9829872e18c54.tar.bz2 |
Closes #21759: URL Typo in Documentation FAQ
Diffstat (limited to 'Doc/faq')
-rw-r--r-- | Doc/faq/programming.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst index c76fa56..0f3a331 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 <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 |