diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-05-18 03:20:43 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-05-18 03:20:43 (GMT) |
commit | 71a632433f5c9eb1d9152568cfc81ec27d6c4c5a (patch) | |
tree | 75b40500f9682f5fc83724af1a0a224e790f7628 /Doc | |
parent | 83137c2e16ab34ecfa9695ae976b2b36fda2a17a (diff) | |
download | cpython-71a632433f5c9eb1d9152568cfc81ec27d6c4c5a.zip cpython-71a632433f5c9eb1d9152568cfc81ec27d6c4c5a.tar.gz cpython-71a632433f5c9eb1d9152568cfc81ec27d6c4c5a.tar.bz2 |
Fix minor typo.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/test.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 813d2d9..bf1ba4d 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -369,7 +369,7 @@ The :mod:`test.test_support` module defines the following functions: .. function:: captured_stdout() - This is a context manager than runs the :keyword:`with` statement body using + This is a context manager that runs the :keyword:`with` statement body using a :class:`StringIO.StringIO` object as sys.stdout. That object can be retrieved using the ``as`` clause of the :keyword:`with` statement. |