Markup fix
diff --git a/Doc/library/test.rst b/Doc/library/test.rst
index f5c1fda..69ead89 100644
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -302,7 +302,7 @@
 
    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::