Skip to content

Commit e2321c9

Browse files
Motorengerpull[bot]
authored andcommitted
setobject: remove out of date docstring info (GH-118048)
1 parent 00b4385 commit e2321c9

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)