Commit f15ff46b authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Markup fix

parent 7ce9b184
...@@ -302,7 +302,7 @@ The :mod:`test.test_support` module defines the following functions: ...@@ -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::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment