setobject: remove out of date docstring info (GH-118048)

This commit is contained in:
Rostyslav Lobov 2024-04-19 07:33:13 -04:00 committed by GitHub
parent 7c6cc00211
commit 3e7d990a09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.