From: Christian Heimes Date: Tue, 22 Oct 2013 09:49:34 +0000 (+0200) Subject: Issue #19344: fix markup error in whatsnew X-Git-Tag: v3.4.0b1~571^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=086b1afa55f02cd4a4e7324c6139077b2d4ad9d3;p=python Issue #19344: fix markup error in whatsnew Thanks to Marius Gedminas --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 8e4f8e6467..5e2267948a 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -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`,