summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.4.rst
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-10-22 09:49:34 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-10-22 09:49:34 (GMT)
commit086b1afa55f02cd4a4e7324c6139077b2d4ad9d3 (patch)
tree421bc4f748594e76894187e36ee6a8dca23634db /Doc/whatsnew/3.4.rst
parentd885aa4d662d6b5aae33f6ecfbaccde3f201ad39 (diff)
downloadcpython-086b1afa55f02cd4a4e7324c6139077b2d4ad9d3.zip
cpython-086b1afa55f02cd4a4e7324c6139077b2d4ad9d3.tar.gz
cpython-086b1afa55f02cd4a4e7324c6139077b2d4ad9d3.tar.bz2
Issue #19344: fix markup error in whatsnew
Thanks to Marius Gedminas
Diffstat (limited to 'Doc/whatsnew/3.4.rst')
-rw-r--r--Doc/whatsnew/3.4.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 8e4f8e6..5e22679 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`,