Fix accidental non-breakable space (U+00A0).
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 8 Feb 2013 09:21:32 +0000 (11:21 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 8 Feb 2013 09:21:32 +0000 (11:21 +0200)
Misc/NEWS

index 47342122eb5a8469f353b3b375ad1f60c40a8d02..5da61c0cad35067e9f03763b588094356118a1c2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -239,7 +239,7 @@ Library
 - Issue #15505: `unittest.installHandler` no longer assumes SIGINT handler is
   set to a callable object.
 
-- Issue #17051: Fix a memory leak in os.path.isdir() on Windows. Patch by
+- Issue #17051: Fix a memory leak in os.path.isdir() on Windows. Patch by
   Robert Xiao.
 
 - Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase