Commit eb70b900 authored by Raymond Hettinger's avatar Raymond Hettinger

Misspelling.

parent 05ce079a
...@@ -553,7 +553,7 @@ Some smaller changes made to the core Python language are: ...@@ -553,7 +553,7 @@ Some smaller changes made to the core Python language are:
>>> range(0, 100, 2)[0:5] >>> range(0, 100, 2)[0:5]
range(0, 10, 2) range(0, 10, 2)
(Contributed by Daniel Stutzback in :issue:`9213` and by Alexander Belopolsky (Contributed by Daniel Stutzbach in :issue:`9213` and by Alexander Belopolsky
in :issue:`2690`.) in :issue:`2690`.)
* The :func:`callable` builtin function from Py2.x was resurrected. It provides * The :func:`callable` builtin function from Py2.x was resurrected. It provides
...@@ -1514,7 +1514,7 @@ A number of small performance enhancements have been added: ...@@ -1514,7 +1514,7 @@ A number of small performance enhancements have been added:
and it saves time lost during comparisons which were delegated by the and it saves time lost during comparisons which were delegated by the
sort wrappers. sort wrappers.
(Patch by Daniel Stutzback in :issue:`9915`.) (Patch by Daniel Stutzbach in :issue:`9915`.)
* JSON decoding performance is improved and memory consumption is reduced * JSON decoding performance is improved and memory consumption is reduced
whenever the same string is repeated for multiple keys. Also, JSON encoding whenever the same string is repeated for multiple keys. Also, JSON encoding
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment