summaryrefslogtreecommitdiffstats
path: root/Modules/gc_weakref.txt
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-10-07 08:34:42 (GMT)
committerGitHub <noreply@github.com>2021-10-07 08:34:42 (GMT)
commitdd02a696e55b450413e765e698e653d781ca4205 (patch)
tree56559f73fe0771d9354abcd0131fa113f5975bc1 /Modules/gc_weakref.txt
parent5baec4aea6821256f5d1785a6bd596fab069f1b6 (diff)
downloadcpython-dd02a696e55b450413e765e698e653d781ca4205.zip
cpython-dd02a696e55b450413e765e698e653d781ca4205.tar.gz
cpython-dd02a696e55b450413e765e698e653d781ca4205.tar.bz2
Fix typos in the Modules directory (GH-28761)
Diffstat (limited to 'Modules/gc_weakref.txt')
-rw-r--r--Modules/gc_weakref.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/gc_weakref.txt b/Modules/gc_weakref.txt
index b5b9f7b..6d07cce 100644
--- a/Modules/gc_weakref.txt
+++ b/Modules/gc_weakref.txt
@@ -50,7 +50,7 @@ CT while gc is running.
https://www.python.org/sf/1055820
shows how innocent it can be, and also how nasty. Variants of the three
-focussed test cases attached to that bug report are now part of Python's
+focused test cases attached to that bug report are now part of Python's
standard Lib/test/test_gc.py.
Jim Fulton gave the best nutshell summary of the new (in 2.4 and 2.3.5)