diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-01-15 01:29:44 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-01-15 01:29:44 +0000 |
commit | f15ff46be5e012557dd3d7f18ce7540affe2f49c (patch) | |
tree | 28dfd88f9450e8a90ffaf155d0e6076e25fd9b33 | |
parent | 7ce9b184603330386bf29ba21b56cf846616c217 (diff) | |
download | cpython-git-f15ff46be5e012557dd3d7f18ce7540affe2f49c.tar.gz |
Markup fix
-rw-r--r-- | Doc/library/test.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst index f5c1fda36c..69ead89428 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:: |