Commit c353f68b authored by Eli Bendersky's avatar Eli Bendersky

fix doc typo for library/test.rst

parent d18a047d
......@@ -447,7 +447,7 @@ The :mod:`test.support` module defines the following functions:
Module and package deprecation messages are suppressed during this import
if *deprecated* is ``True``.
This function will raise :exc:`unittest.SkipTest` is the named module
This function will raise :exc:`unittest.SkipTest` if the named module
cannot be imported.
Example use::
......
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