]> granicus.if.org Git - python/commitdiff
Grammar fix
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 3 Dec 2007 21:28:41 +0000 (21:28 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 3 Dec 2007 21:28:41 +0000 (21:28 +0000)
Doc/whatsnew/2.6.rst

index 99c23bddbabf647ecaa4be9baff507839e8ccdda..74ed49cff0decbfa76fb64fa1c9bf7183a9dc188 100644 (file)
@@ -108,7 +108,7 @@ PEP 343: The 'with' statement
 
 The previous version, Python 2.5, added the ':keyword:`with`'
 statement an optional feature, to be enabled by a ``from __future__
-import with_statement`` directive.  In 2.6 the statement no longer need to
+import with_statement`` directive.  In 2.6 the statement no longer needs to
 be specially enabled; this means that :keyword:`with` is now always a
 keyword.  The rest of this section is a copy of the corresponding 
 section from "What's New in Python 2.5" document; if you read