From: Eli Bendersky Date: Wed, 27 Jul 2011 17:29:59 +0000 (+0300) Subject: fix doc typo for library/test.rst X-Git-Tag: v3.3.0a1~1827 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c353f68b1d811a7a6d73100882583dd71bbcadb7;p=thirdparty%2FPython%2Fcpython.git fix doc typo for library/test.rst --- diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 5656b23b45ce..8dba9c9062ca 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::