From: Berker Peksag Date: Mon, 25 Jan 2016 06:24:57 +0000 (+0200) Subject: Fix typo in test.rst X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b031adcd516c94b5366d7b51730d38b23719e2a3;p=python Fix typo in test.rst Reported by Mike Scalora on docs@p.o. --- diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 434ef5ad09..6872d5f933 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -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::