commit | f15ff46be5e012557dd3d7f18ce7540affe2f49c | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Tue Jan 15 01:29:44 2008 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Tue Jan 15 01:29:44 2008 +0000 |
tree | 28dfd88f9450e8a90ffaf155d0e6076e25fd9b33 | |
parent | 7ce9b184603330386bf29ba21b56cf846616c217 [diff] |
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::