]> granicus.if.org Git - python/commitdiff
Typo fix
authorNick Coghlan <ncoghlan@gmail.com>
Thu, 31 May 2012 12:34:59 +0000 (22:34 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Thu, 31 May 2012 12:34:59 +0000 (22:34 +1000)
Doc/library/contextlib.rst

index 527032d912f2c3713643462ca710513883787dfd..ed9ebb8ec1efd9d225d745a99b26511f62bf304d 100644 (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):