]> granicus.if.org Git - python/commitdiff
Typo.
authorRaymond Hettinger <python@rcn.com>
Thu, 6 Jan 2011 20:55:29 +0000 (20:55 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 6 Jan 2011 20:55:29 +0000 (20:55 +0000)
Doc/whatsnew/3.2.rst

index ca404a323696cea7573250ce396fb91c2c81dccf..4f42d61654527304ae51341e32597bc97bb76f71 100644 (file)
@@ -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`.)