From: Senthil Kumaran Date: Tue, 18 May 2010 03:20:43 +0000 (+0000) Subject: Fix minor typo. X-Git-Tag: v2.7rc1~135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71a632433f5c9eb1d9152568cfc81ec27d6c4c5a;p=python Fix minor typo. --- diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 813d2d90f1..bf1ba4d698 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -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.