Kaydet (Commit) b031adcd authored tarafından Berker Peksag's avatar Berker Peksag

Fix typo in test.rst

Reported by Mike Scalora on docs@p.o.
üst b4929843
...@@ -418,7 +418,7 @@ The :mod:`test.test_support` module defines the following functions: ...@@ -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::
......
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