Fix typo in test.rst
Reported by Mike Scalora on docs@p.o.
This commit is contained in:
parent
b4929843a9
commit
b031adcd51
|
@ -418,7 +418,7 @@ The :mod:`test.test_support` module defines the following functions:
|
||||||
Module and package deprecation messages are suppressed during this import
|
Module and package deprecation messages are suppressed during this import
|
||||||
if *deprecated* is :const:`True`.
|
if *deprecated* is :const:`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.
|
cannot be imported.
|
||||||
|
|
||||||
Example use::
|
Example use::
|
||||||
|
|
Loading…
Reference in New Issue