commit | 32de7af33cf398c59c9a4c8021587142ed1bbf06 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Aug 18 23:07:41 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Aug 18 23:07:41 2008 +0000 |
tree | d5c109e472d9dd1e9ff204be2d9e6d38d06ab402 | |
parent | f059e64426bcee8772a1b0c525c7cfcb814bf35e [diff] [blame] |
Fix typo.
diff --git a/Misc/NEWS b/Misc/NEWS index 446e868..5ec4587 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -327,8 +327,8 @@ - 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 -----------