mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
setobject: remove out of date docstring info (GH-118048)
This commit is contained in:
parent
7c6cc00211
commit
3e7d990a09
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue