From b7a455f326b903c20b54b9aa3b9fbb83c6897fc3 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Thu, 31 May 2012 22:34:59 +1000 Subject: Typo fix --- Doc/library/contextlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/contextlib.rst b/Doc/library/contextlib.rst index 527032d..ed9ebb8 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): -- cgit v0.12