]> granicus.if.org Git - python/commitdiff
Fix typo in test.rst
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 25 Jan 2016 06:24:57 +0000 (08:24 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 25 Jan 2016 06:24:57 +0000 (08:24 +0200)
Reported by Mike Scalora on docs@p.o.

Doc/library/test.rst

index 434ef5ad0946c135e59c4db03488b501fad737de..6872d5f93310473c62be501236a094a485b52eed 100644 (file)
@@ -418,7 +418,7 @@ The :mod:`test.test_support` module defines the following functions:
    Module and package deprecation messages are suppressed during this import
    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.
 
    Example use::