]> granicus.if.org Git - python/commitdiff
Fix typo.
authorGeorg Brandl <georg@python.org>
Mon, 18 Aug 2008 23:07:41 +0000 (23:07 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 18 Aug 2008 23:07:41 +0000 (23:07 +0000)
Misc/NEWS

index 446e8680f6f13ad7c02df2fdaa49f8fcb167100d..5ec45875cf107b267b452d59210fb82052a7c6a6 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -327,8 +327,8 @@ Library
 
 - The test.test_support module has been renamed to test.support.
 
-- The threading module API was renamed to be PEP 8 complaint.  The old names are
-  still present, but will be removed in the near future.
+- The threading module API was renamed to be PEP 8 compliant.  The
+  old names are still present, but will be removed in the near future.
 
 Tools/Demos
 -----------