From f15ff46be5e012557dd3d7f18ce7540affe2f49c Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 15 Jan 2008 01:29:44 +0000 Subject: [PATCH] Markup fix --- Doc/library/test.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/test.rst b/Doc/library/test.rst index f5c1fda36c0..69ead894289 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -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::