mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
fix typo
This commit is contained in:
parent
c5b0195ea0
commit
323ee0cc21
1 changed files with 1 additions and 1 deletions
|
@ -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>`_.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue