]> granicus.if.org Git - python/commitdiff
fix typo
authorFred Drake <fdrake@acm.org>
Sat, 1 Mar 2008 02:45:07 +0000 (02:45 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 1 Mar 2008 02:45:07 +0000 (02:45 +0000)
Misc/NEWS

index 0b360611ff430b1eb0880df53703bc70a5c68c0e..efe9d3ba5cf971f265359e3b543e4b7df12ac0c5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,7 +12,7 @@ What's New in Python 2.6 alpha 1?
 Core and builtins
 -----------------
 
-- Issue #2051: pyc and pyo files are not longer created with permission
+- Issue #2051: pyc and pyo files are no longer created with permission
   644. The mode is now inherited from the py file.
 
 - Issue #2067: file.__exit__() now calls subclasses' close() method.