summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-08-18 23:07:41 (GMT)
committerGeorg Brandl <georg@python.org>2008-08-18 23:07:41 (GMT)
commit32de7af33cf398c59c9a4c8021587142ed1bbf06 (patch)
treed5c109e472d9dd1e9ff204be2d9e6d38d06ab402
parentf059e64426bcee8772a1b0c525c7cfcb814bf35e (diff)
downloadcpython-32de7af33cf398c59c9a4c8021587142ed1bbf06.zip
cpython-32de7af33cf398c59c9a4c8021587142ed1bbf06.tar.gz
cpython-32de7af33cf398c59c9a4c8021587142ed1bbf06.tar.bz2
Fix typo.
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 446e868..5ec4587 100644
--- 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
-----------