From: Nick Coghlan Date: Thu, 31 May 2012 12:34:59 +0000 (+1000) Subject: Typo fix X-Git-Tag: v3.3.0b1~336 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7a455f326b903c20b54b9aa3b9fbb83c6897fc3;p=python Typo fix --- diff --git a/Doc/library/contextlib.rst b/Doc/library/contextlib.rst index 527032d912..ed9ebb8ec1 100644 --- a/Doc/library/contextlib.rst +++ b/Doc/library/contextlib.rst @@ -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):