]> granicus.if.org Git - python/commitdiff
Issue #19344: fix markup error in whatsnew
authorChristian Heimes <christian@cheimes.de>
Tue, 22 Oct 2013 09:49:34 +0000 (11:49 +0200)
committerChristian Heimes <christian@cheimes.de>
Tue, 22 Oct 2013 09:49:34 +0000 (11:49 +0200)
Thanks to Marius Gedminas

Doc/whatsnew/3.4.rst

index 8e4f8e6467670fc470cb64f252d9cd1da6d56a03..5e2267948a739fecedf4970a413bca588a4ccc45 100644 (file)
@@ -613,7 +613,7 @@ Major performance enhancements have been added:
   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`,