[Python-checkins] r81279 - python/trunk/Doc/library/test.rst

senthil.kumaran python-checkins at python.org
Tue May 18 05:20:43 CEST 2010


Author: senthil.kumaran
Date: Tue May 18 05:20:43 2010
New Revision: 81279

Log:
Fix minor typo.



Modified:
   python/trunk/Doc/library/test.rst

Modified: python/trunk/Doc/library/test.rst
==============================================================================
--- python/trunk/Doc/library/test.rst	(original)
+++ python/trunk/Doc/library/test.rst	Tue May 18 05:20:43 2010
@@ -369,7 +369,7 @@
 
 .. 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.
 


More information about the Python-checkins mailing list