commit | c353f68b1d811a7a6d73100882583dd71bbcadb7 | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@gmail.com> | Wed Jul 27 20:29:59 2011 +0300 |
committer | Eli Bendersky <eliben@gmail.com> | Wed Jul 27 20:29:59 2011 +0300 |
tree | d3a527d7122bc5f2b98d8429eb83de7b8abbefe8 | |
parent | d18a047d585ee64757f7982bf80af3e739a7e8f9 [diff] [blame] |
fix doc typo for library/test.rst
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 @@ 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::