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

Skip to content

Commit ff63e7a

Browse files
committed
Issue #15825: fix typo in OrderedDict docs.
Patch by Mike Hoy.
1 parent a45afca commit ff63e7a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/ACKS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ [email protected]), and we'll be glad to correct the problem.
9595
* Rob Hooft
9696
* Brian Hooper
9797
* Randall Hopper
98+
* Mike Hoy
9899
* Michael Hudson
99100
* Eric Huss
100101
* Jeremy Hylton

Doc/library/collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ are deleted. But when new keys are added, the keys are appended
878878
to the end and the sort is not maintained.
879879

880880
It is also straight-forward to create an ordered dictionary variant
881-
that the remembers the order the keys were *last* inserted.
881+
that remembers the order the keys were *last* inserted.
882882
If a new entry overwrites an existing entry, the
883883
original insertion position is changed and moved to the end::
884884

0 commit comments

Comments
 (0)