]> granicus.if.org Git - python/commitdiff
fix typo
authorRaymond Hettinger <python@rcn.com>
Thu, 28 May 2009 22:49:33 +0000 (22:49 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 28 May 2009 22:49:33 +0000 (22:49 +0000)
Doc/whatsnew/3.1.rst

index 468eda837ebee6820e8f4ade40302f0aa53b3f16..ace8c3ff92f7f6611c96e52a05d709183f20aba1 100644 (file)
@@ -165,7 +165,7 @@ Some smaller changes made to the core Python language are:
     ...             outfile.write(line)
 
   With the new syntax, the :func:`contextlib.nested` function is no longer
-  needed and is not deprecated.
+  needed and is now deprecated.
 
   (Contributed by Georg Brandl and Mattias Brändström;
   `appspot issue 53094 <http://codereview.appspot.com/53094>`_.)