]> granicus.if.org Git - python/commitdiff
Typo repair.
authorTim Peters <tim.peters@gmail.com>
Sun, 29 Jun 2003 16:56:38 +0000 (16:56 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 29 Jun 2003 16:56:38 +0000 (16:56 +0000)
Misc/NEWS

index b006c28754c9d39cdcd1576616591bb028b3458d..b53d309a0556ff1570caa2f13a601bc3f06c02d6 100644 (file)
--- 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.