From 71a632433f5c9eb1d9152568cfc81ec27d6c4c5a Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Tue, 18 May 2010 03:20:43 +0000 Subject: [PATCH] Fix minor typo. --- Doc/library/test.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1