We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6cc00 commit 3e7d990Copy full SHA for 3e7d990
Objects/setobject.c
@@ -2,7 +2,7 @@
2
/* set object implementation
3
4
Written and maintained by Raymond D. Hettinger <python@rcn.com>
5
- Derived from Lib/sets.py and Objects/dictobject.c.
+ Derived from Objects/dictobject.c.
6
7
The basic lookup function used by all operations.
8
This is based on Algorithm D from Knuth Vol. 3, Sec. 6.4.
0 commit comments