Kaydet (Commit) 77570e2d authored tarafından Georg Brandl's avatar Georg Brandl

Fix typo.

üst ac53ab64
...@@ -866,7 +866,7 @@ If a new entry overwrites an existing entry, the ...@@ -866,7 +866,7 @@ 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::
class LastUpdatedOrderedDict(OrderedDict): class LastUpdatedOrderedDict(OrderedDict):
'Store items is the order the keys were last added' 'Store items in the order the keys were last added'
def __setitem__(self, key, value): def __setitem__(self, key, value):
if key in self: if key in self:
del self[key] del self[key]
......
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