fix doc typo for library/test.rst

This commit is contained in:
Eli Bendersky 2011-07-27 20:29:59 +03:00
parent d18a047d58
commit c353f68b1d
1 changed files with 1 additions and 1 deletions

View File

@ -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::