]> granicus.if.org Git - python/commitdiff
Fix NEWS entry wording.
authorR David Murray <rdmurray@bitdance.com>
Mon, 24 Feb 2014 15:42:20 +0000 (10:42 -0500)
committerR David Murray <rdmurray@bitdance.com>
Mon, 24 Feb 2014 15:42:20 +0000 (10:42 -0500)
Misc/NEWS

index 4dab25f056c14a62d061b8b258be4ec89cc93b3f..8646e4dffdaaece84aa19b4d7d53df57d13a802f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1862,7 +1862,7 @@ Core and Builtins
 - Issue #18808: Non-daemon threads are now automatically joined when
   a sub-interpreter is shutdown (it would previously dump a fatal error).
 
-- Remove supporting for compiling on systems without getcwd().
+- Remove support for compiling on systems without getcwd().
 
 - Issue #18774: Remove last bits of GNU PTH thread code and thread_pth.h.