summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-06-29 16:56:38 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-06-29 16:56:38 (GMT)
commitc98ccfd29f404ccef7c3fd7a7c1cbbb8d024dce7 (patch)
tree54e78759af6cd23d4aae9002b0a8c651d94a3794 /Misc
parent85d27576a3d4b165584a35894a644ab8d4c31271 (diff)
downloadcpython-c98ccfd29f404ccef7c3fd7a7c1cbbb8d024dce7.zip
cpython-c98ccfd29f404ccef7c3fd7a7c1cbbb8d024dce7.tar.gz
cpython-c98ccfd29f404ccef7c3fd7a7c1cbbb8d024dce7.tar.bz2
Typo repair.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b006c28..b53d309 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -127,7 +127,7 @@ Library
that cooperate with the functions of the same name in the sys
module. A function registered with the threading module will
be used for all threads it creates.
- XXX Somebody forget to check these in to threading.py, although
+ XXX Somebody forgot to check these in to threading.py, although
XXX some other library modules call them. This will be repaired
XXX before the final release. For now, dummy settrace() and
XXX setprofile() functions have been added to threading.py.