This commit is contained in:
Nick Coghlan 2012-05-31 22:34:59 +10:00
parent 2722827071
commit b7a455f326
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ Simplifying support for single optional context managers
In the specific case of a single optional context manager, :class:`ExitStack`
instances can be used as a "do nothing" context manager, allowing a context
managers to easily be omitted without affecting the overall structure of
manager to easily be omitted without affecting the overall structure of
the source code::
def debug_trace(details):