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

Skip to content

Commit 3e7d990

Browse files
authored
setobject: remove out of date docstring info (GH-118048)
1 parent 7c6cc00 commit 3e7d990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/setobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* set object implementation
33
44
Written and maintained by Raymond D. Hettinger <[email protected]>
5-
Derived from Lib/sets.py and Objects/dictobject.c.
5+
Derived from Objects/dictobject.c.
66
77
The basic lookup function used by all operations.
88
This is based on Algorithm D from Knuth Vol. 3, Sec. 6.4.

0 commit comments

Comments
 (0)