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

Skip to content

Commit 4fd3f0c

Browse files
committed
Merge
2 parents a3dd409 + eaac4f0 commit 4fd3f0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/collections/__init__.py

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

0 commit comments

Comments
 (0)