]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
setobject: remove out of date docstring info (GH-118048)
authorRostyslav Lobov <90602764+Motorenger@users.noreply.github.com>
Fri, 19 Apr 2024 11:33:13 +0000 (07:33 -0400)
committerGitHub <noreply@github.com>
Fri, 19 Apr 2024 11:33:13 +0000 (13:33 +0200)
Objects/setobject.c

index d5030cec2d6206936530ceb98a5e355b7d8cae64..0d88f4ff922d249f7b914723c653aa762869ed4a 100644 (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.