From 3e7d990a09f0928050b2b0c85f724c2bce13fcbb Mon Sep 17 00:00:00 2001 From: Rostyslav Lobov <90602764+Motorenger@users.noreply.github.com> Date: Fri, 19 Apr 2024 07:33:13 -0400 Subject: [PATCH] setobject: remove out of date docstring info (GH-118048) --- Objects/setobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/setobject.c b/Objects/setobject.c index d5030cec2d6..0d88f4ff922 100644 --- a/Objects/setobject.c +++ b/Objects/setobject.c @@ -2,7 +2,7 @@ /* set object implementation Written and maintained by Raymond D. Hettinger - 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.