http://hg.python.org/cpython/rev/e2998e66fab6 changeset: 77257:e2998e66fab6 user: Nick Coghlan <ncoghlan@gmail.com> date: Thu May 31 22:34:59 2012 +1000 summary: Typo fix files: Doc/library/contextlib.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/library/contextlib.rst b/Doc/library/contextlib.rst --- a/Doc/library/contextlib.rst +++ b/Doc/library/contextlib.rst @@ -308,7 +308,7 @@ 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): -- Repository URL: http://hg.python.org/cpython
participants (1)
-
nick.coghlan