Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb70b90

Browse files
committed
Misspelling.
1 parent 05ce079 commit eb70b90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/3.2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ Some smaller changes made to the core Python language are:
553553
>>> range(0, 100, 2)[0:5]
554554
range(0, 10, 2)
555555

556-
(Contributed by Daniel Stutzback in :issue:`9213` and by Alexander Belopolsky
556+
(Contributed by Daniel Stutzbach in :issue:`9213` and by Alexander Belopolsky
557557
in :issue:`2690`.)
558558

559559
* 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:
15141514
and it saves time lost during comparisons which were delegated by the
15151515
sort wrappers.
15161516

1517-
(Patch by Daniel Stutzback in :issue:`9915`.)
1517+
(Patch by Daniel Stutzbach in :issue:`9915`.)
15181518

15191519
* JSON decoding performance is improved and memory consumption is reduced
15201520
whenever the same string is repeated for multiple keys. Also, JSON encoding

0 commit comments

Comments
 (0)