diff -r ab6ab44921b2 Doc/library/collections.rst --- a/Doc/library/collections.rst Thu Aug 30 14:52:38 2012 +0000 +++ b/Doc/library/collections.rst Fri Aug 31 02:49:00 2012 -0700 @@ -1012,7 +1012,7 @@ to the end and the sort is not maintained. 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 original insertion position is changed and moved to the end::