From b031adcd516c94b5366d7b51730d38b23719e2a3 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Mon, 25 Jan 2016 08:24:57 +0200 Subject: [PATCH] Fix typo in test.rst Reported by Mike Scalora on docs@p.o. --- 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 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:: -- 2.50.1