Commit 71a63243 authored by Senthil Kumaran's avatar Senthil Kumaran

Fix minor typo.

parent 83137c2e
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment