mirror of https://github.com/python/cpython
setobject: remove out of date docstring info (GH-118048)
This commit is contained in:
parent
7c6cc00211
commit
3e7d990a09
|
@ -2,7 +2,7 @@
|
|||
/* set object implementation
|
||||
|
||||
Written and maintained by Raymond D. Hettinger <python@rcn.com>
|
||||
Derived from Lib/sets.py and Objects/dictobject.c.
|
||||
Derived from Objects/dictobject.c.
|
||||
|
||||
The basic lookup function used by all operations.
|
||||
This is based on Algorithm D from Knuth Vol. 3, Sec. 6.4.
|
||||
|
|
Loading…
Reference in New Issue