[Python-checkins] cpython: Typo fix

nick.coghlan python-checkins at python.org
Thu May 31 14:35:10 CEST 2012


http://hg.python.org/cpython/rev/e2998e66fab6
changeset:   77257:e2998e66fab6
user:        Nick Coghlan <ncoghlan at 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


More information about the Python-checkins mailing list