From c353f68b1d811a7a6d73100882583dd71bbcadb7 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Wed, 27 Jul 2011 20:29:59 +0300 Subject: [PATCH] fix doc typo for library/test.rst --- Doc/library/test.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 5656b23b45..8dba9c9062 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:: -- 2.49.0