Markup fix

This commit is contained in:
Andrew M. Kuchling 2008-01-15 01:29:44 +00:00
parent 7ce9b18460
commit f15ff46be5
1 changed files with 1 additions and 1 deletions

View File

@ -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
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::