Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3318280 commit 5d50adeCopy full SHA for 5d50ade
1 file changed
Doc/library/test.rst
@@ -364,9 +364,9 @@ The :mod:`test.support` module defines the following functions:
364
365
.. function:: captured_stdout()
366
367
- A context manager that runs the :keyword:`with` statement body using
368
- a :class:`StringIO.StringIO` object as sys.stdout. That object can be
369
- retrieved using the ``as`` clause of the :keyword:`with` statement.
+ A context manager that runs the :keyword:`with` statement body using a
+ :class:`io.StringIO` object as sys.stdout. That object can be retrieved
+ using the ``as`` clause of the :keyword:`with` statement.
370
371
Example use::
372
0 commit comments