Fix typo in test.rst

Reported by Mike Scalora on docs@p.o.
This commit is contained in:
Berker Peksag 2016-01-25 08:24:57 +02:00
parent b4929843a9
commit b031adcd51
1 changed files with 1 additions and 1 deletions

View File

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