From 7466716f3bbcab017444678157eb70818c74d498 Mon Sep 17 00:00:00 2001 From: kazuminn Date: Tue, 15 Jun 2021 22:47:10 +0900 Subject: [PATCH] fix old description --- Objects/setobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/setobject.c b/Objects/setobject.c index caff85c9e38939..3e256da568d2dc 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.