]> granicus.if.org Git - python/commitdiff
Markup fix
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 15 Jan 2008 01:29:44 +0000 (01:29 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 15 Jan 2008 01:29:44 +0000 (01:29 +0000)
Doc/library/test.rst

index f5c1fda36c0ea2124e01a4852f6de03cdb8cb1a2..69ead8942893cd2f82f0b6df0fb960754d3d9b2f 100644 (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::