diff options
author | Raymond Hettinger <python@rcn.com> | 2009-05-28 22:49:33 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-05-28 22:49:33 (GMT) |
commit | 323ee0cc21e360b105e34c07b80ec670703ee213 (patch) | |
tree | 659f0cf77e78fb2347be0e0cccc4363278a55d23 /Doc | |
parent | c5b0195ea0f18e8b6243118f74e12b22b6c41518 (diff) | |
download | cpython-323ee0cc21e360b105e34c07b80ec670703ee213.zip cpython-323ee0cc21e360b105e34c07b80ec670703ee213.tar.gz cpython-323ee0cc21e360b105e34c07b80ec670703ee213.tar.bz2 |
fix typo
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index 468eda8..ace8c3f 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 <http://codereview.appspot.com/53094>`_.) |