mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Typo.
This commit is contained in:
parent
f04fa1bcc5
commit
2352cf3519
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ class OrderedDict(dict, MutableMapping):
|
|||
curr = curr.next
|
||||
|
||||
def __reversed__(self):
|
||||
'od.__iter__() <==> reversed(od)'
|
||||
'od.__reversed__() <==> reversed(od)'
|
||||
# Traverse the linked list in reverse order.
|
||||
root = self.__root
|
||||
curr = root.prev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue