diff -r 2dde5a7439fd Doc/library/collections.rst --- a/Doc/library/collections.rst Thu Aug 30 14:56:13 2012 +0000 +++ b/Doc/library/collections.rst Fri Aug 31 02:49:44 2012 -0700 @@ -852,7 +852,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::