[Python-checkins] r87810 - python/branches/py3k/Doc/whatsnew/3.2.rst

raymond.hettinger python-checkins at python.org
Thu Jan 6 21:55:29 CET 2011


Author: raymond.hettinger
Date: Thu Jan  6 21:55:29 2011
New Revision: 87810

Log:
Typo.


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

Modified: python/branches/py3k/Doc/whatsnew/3.2.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.2.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.2.rst	Thu Jan  6 21:55:29 2011
@@ -884,8 +884,8 @@
 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`.)
 


More information about the Python-checkins mailing list