]> granicus.if.org Git - python/commitdiff
fix doc typo for library/test.rst
authorEli Bendersky <eliben@gmail.com>
Wed, 27 Jul 2011 17:29:59 +0000 (20:29 +0300)
committerEli Bendersky <eliben@gmail.com>
Wed, 27 Jul 2011 17:29:59 +0000 (20:29 +0300)
Doc/library/test.rst

index 5656b23b45ce73f030b92cb64984fe2e25b611ce..8dba9c9062ca5c26acb7639fde3851d14bb49a1a 100644 (file)
@@ -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::