mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
fix doc typo for library/test.rst
This commit is contained in:
parent
d18a047d58
commit
c353f68b1d
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ The :mod:`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 ``True``.
|
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.
|
cannot be imported.
|
||||||
|
|
||||||
Example use::
|
Example use::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue