]> granicus.if.org Git - python/commitdiff
Merged revisions 81279 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Tue, 18 May 2010 03:23:43 +0000 (03:23 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Tue, 18 May 2010 03:23:43 +0000 (03:23 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81279 | senthil.kumaran | 2010-05-18 08:50:43 +0530 (Tue, 18 May 2010) | 3 lines

  Fix minor typo.
........

Doc/library/test.rst

index 0a2814bb0f816edf8c19b87dd76a7b2dd49f28cf..0af6565bc662fc301c4a27f9f9e5b1a7fac769ab 100644 (file)
@@ -326,7 +326,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.