[Python-checkins] cpython: Issue #19344: fix markup error in whatsnew

christian.heimes python-checkins at python.org
Tue Oct 22 11:50:20 CEST 2013


http://hg.python.org/cpython/rev/af628ab4272a
changeset:   86568:af628ab4272a
user:        Christian Heimes <christian at cheimes.de>
date:        Tue Oct 22 11:49:34 2013 +0200
summary:
  Issue #19344: fix markup error in whatsnew
Thanks to Marius Gedminas

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


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -613,7 +613,7 @@
   LINEAR_PROBES to be any value.  Set LINEAR_PROBES=0 to turn-off
   linear probing entirely.
 
-  (Contributed by Raymond Hettinger in :issue"`18771`.)
+  (Contributed by Raymond Hettinger in :issue:`18771`.)
 
 * The interpreter starts about 30% faster. A couple of measures lead to the
   speedup. The interpreter loads fewer modules on startup, e.g. the :mod:`re`,

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


More information about the Python-checkins mailing list