From: Raymond Hettinger Date: Thu, 28 May 2009 22:49:33 +0000 (+0000) Subject: fix typo X-Git-Tag: v3.1rc1~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=323ee0cc21e360b105e34c07b80ec670703ee213;p=thirdparty%2FPython%2Fcpython.git fix typo --- diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index 468eda837ebe..ace8c3ff92f7 100644 --- a/Doc/whatsnew/3.1.rst +++ b/Doc/whatsnew/3.1.rst @@ -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 `_.)