diff options
author | Eli Bendersky <eliben@gmail.com> | 2011-07-27 17:29:59 (GMT) |
---|---|---|
committer | Eli Bendersky <eliben@gmail.com> | 2011-07-27 17:29:59 (GMT) |
commit | c353f68b1d811a7a6d73100882583dd71bbcadb7 (patch) | |
tree | d3a527d7122bc5f2b98d8429eb83de7b8abbefe8 /Doc/library/test.rst | |
parent | d18a047d585ee64757f7982bf80af3e739a7e8f9 (diff) | |
download | cpython-c353f68b1d811a7a6d73100882583dd71bbcadb7.zip cpython-c353f68b1d811a7a6d73100882583dd71bbcadb7.tar.gz cpython-c353f68b1d811a7a6d73100882583dd71bbcadb7.tar.bz2 |
fix doc typo for library/test.rst
Diffstat (limited to 'Doc/library/test.rst')
-rw-r--r-- | Doc/library/test.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 5656b23..8dba9c9 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -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:: |