]> granicus.if.org Git - python/commitdiff
Fix minor typo.
authorSenthil Kumaran <orsenthil@gmail.com>
Tue, 18 May 2010 03:20:43 +0000 (03:20 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Tue, 18 May 2010 03:20:43 +0000 (03:20 +0000)
Doc/library/test.rst

index 813d2d90f1c0a70bdee0b8a2ef814cec0f2c307b..bf1ba4d698f0d2b3da1212262a9999e074707a3d 100644 (file)
@@ -369,7 +369,7 @@ The :mod:`test.test_support` module defines the following functions:
 
 .. function:: captured_stdout()
 
-   This is a context manager than runs the :keyword:`with` statement body using
+   This is a context manager that 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 :keyword:`with` statement.