[Python-checkins] cpython (2.7): Closes #21759: URL Typo in Documentation FAQ

jesus.cea python-checkins at python.org
Mon Jun 16 14:11:57 CEST 2014


http://hg.python.org/cpython/rev/f254ceec0d45
changeset:   91210:f254ceec0d45
branch:      2.7
parent:      91203:95d487abbfd8
user:        Jesus Cea <jcea at jcea.es>
date:        Mon Jun 16 14:11:14 2014 +0200
summary:
  Closes #21759: URL Typo in Documentation FAQ

files:
  Doc/faq/programming.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst
--- a/Doc/faq/programming.rst
+++ b/Doc/faq/programming.rst
@@ -149,7 +149,7 @@
 <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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list