Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eaac4f0

Browse files
committed
Issue 13870: Fix out of date comment.
1 parent 6c89a79 commit eaac4f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class OrderedDict(dict):
3333
# The circular doubly linked list starts and ends with a sentinel element.
3434
# The sentinel element never gets deleted (this simplifies the algorithm).
3535
# The sentinel is in self.__hardroot with a weakref proxy in self.__root.
36-
# The prev/next links are weakref proxies (to prevent circular references).
36+
# The prev links are weakref proxies (to prevent circular references).
3737
# Individual links are kept alive by the hard reference in self.__map.
3838
# Those hard references disappear when a key is deleted from an OrderedDict.
3939

0 commit comments

Comments
 (0)