Commit 2b326e4c authored by Andrew Svetlov's avatar Andrew Svetlov

Issue #15825: fix typo in OrderedDict docs.

Patch by Mike Hoy.
parent f6407a18
...@@ -92,6 +92,7 @@ docs@python.org), and we'll be glad to correct the problem. ...@@ -92,6 +92,7 @@ docs@python.org), and we'll be glad to correct the problem.
* Rob Hooft * Rob Hooft
* Brian Hooper * Brian Hooper
* Randall Hopper * Randall Hopper
* Mike Hoy
* Michael Hudson * Michael Hudson
* Eric Huss * Eric Huss
* Jeremy Hylton * Jeremy Hylton
......
...@@ -852,7 +852,7 @@ are deleted. But when new keys are added, the keys are appended ...@@ -852,7 +852,7 @@ are deleted. But when new keys are added, the keys are appended
to the end and the sort is not maintained. to the end and the sort is not maintained.
It is also straight-forward to create an ordered dictionary variant It is also straight-forward to create an ordered dictionary variant
that the remembers the order the keys were *last* inserted. that remembers the order the keys were *last* inserted.
If a new entry overwrites an existing entry, the If a new entry overwrites an existing entry, the
original insertion position is changed and moved to the end:: original insertion position is changed and moved to the end::
......
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