Kaydet (Commit) 279b56d9 authored tarafından Senthil Kumaran's avatar Senthil Kumaran

Fix a minor docs bug.

üst b4dac71a
......@@ -262,7 +262,7 @@ The :mod:`test.support` module defines the following functions:
path to the file.
.. function:: run_unittest(*classes)
.. function:: run_unittest(\*classes)
Execute :class:`unittest.TestCase` subclasses passed to the function. The
function scans the classes for methods starting with the prefix ``test_``
......@@ -279,7 +279,7 @@ The :mod:`test.support` module defines the following functions:
This will run all tests defined in the named module.
.. function:: check_warnings(*filters, quiet=True)
.. function:: check_warnings(\*filters, quiet=True)
A convenience wrapper for :func:`warnings.catch_warnings()` that makes it
easier to test that a warning was correctly raised. It is approximately
......
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