Issue #19344: fix markup error in whatsnew

Thanks to Marius Gedminas
This commit is contained in:
Christian Heimes 2013-10-22 11:49:34 +02:00
parent d885aa4d66
commit 086b1afa55
1 changed files with 1 additions and 1 deletions

View 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`,