[Python-checkins] r72998 - python/branches/py3k/Doc/whatsnew/3.1.rst

raymond.hettinger python-checkins at python.org
Fri May 29 00:49:33 CEST 2009


Author: raymond.hettinger
Date: Fri May 29 00:49:33 2009
New Revision: 72998

Log:
fix typo

Modified:
   python/branches/py3k/Doc/whatsnew/3.1.rst

Modified: python/branches/py3k/Doc/whatsnew/3.1.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.1.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.1.rst	Fri May 29 00:49:33 2009
@@ -165,7 +165,7 @@
     ...             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>`_.)


More information about the Python-checkins mailing list