From: Raymond Hettinger Date: Thu, 6 Jan 2011 20:55:29 +0000 (+0000) Subject: Typo. X-Git-Tag: v3.2rc1~141 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=388af4bb35a9d5cc379c5f30f72349611c4f28b2;p=thirdparty%2FPython%2Fcpython.git Typo. --- diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index ca404a323696..4f42d6165452 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -884,8 +884,8 @@ Context managers normally have the flexibility to return an argument usable by the :keyword:`with`-statement, but there is no parallel for function decorators. In the above example, there is not a clean way for the *track_entry_and_exit* -context manager does not have a way to return a logging instance for use in the -body of enclosed statements. +context manager to return a logging instance for use in the body of enclosed +statements. (Contributed by Michael Foord in :issue:`9110`.)