Markup fix
This commit is contained in:
parent
7ce9b18460
commit
f15ff46be5
|
@ -302,7 +302,7 @@ The :mod:`test.test_support` module defines the following functions:
|
||||||
|
|
||||||
This is a context manager than runs the :keyword:`with` statement body using
|
This is a context manager than 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 with statement.
|
retrieved using the ``as`` clause of the :keyword:`with` statement.
|
||||||
|
|
||||||
Example use::
|
Example use::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue