mirror of https://github.com/python/cpython
Merged revisions 81279 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81279 | senthil.kumaran | 2010-05-18 08:50:43 +0530 (Tue, 18 May 2010) | 3 lines Fix minor typo. ........
This commit is contained in:
parent
5de1594e28
commit
50706eb415
|
@ -326,7 +326,7 @@ The :mod:`test.test_support` module defines the following functions:
|
||||||
|
|
||||||
.. function:: captured_stdout()
|
.. 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
|
a :class:`StringIO.StringIO` object as sys.stdout. That object can be
|
||||||
retrieved using the ``as`` clause of the :keyword:`with` statement.
|
retrieved using the ``as`` clause of the :keyword:`with` statement.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue