From: Georg Brandl Date: Mon, 18 Aug 2008 23:07:41 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v3.0b3~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32de7af33cf398c59c9a4c8021587142ed1bbf06;p=python Fix typo. --- diff --git a/Misc/NEWS b/Misc/NEWS index 446e8680f6..5ec45875cf 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 -----------