summaryrefslogtreecommitdiffstats
path: root/Doc/library/test.rst
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2011-07-27 17:29:59 (GMT)
committerEli Bendersky <eliben@gmail.com>2011-07-27 17:29:59 (GMT)
commitc353f68b1d811a7a6d73100882583dd71bbcadb7 (patch)
treed3a527d7122bc5f2b98d8429eb83de7b8abbefe8 /Doc/library/test.rst
parentd18a047d585ee64757f7982bf80af3e739a7e8f9 (diff)
downloadcpython-c353f68b1d811a7a6d73100882583dd71bbcadb7.zip
cpython-c353f68b1d811a7a6d73100882583dd71bbcadb7.tar.gz
cpython-c353f68b1d811a7a6d73100882583dd71bbcadb7.tar.bz2
fix doc typo for library/test.rst
Diffstat (limited to 'Doc/library/test.rst')
-rw-r--r--Doc/library/test.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst
index 5656b23..8dba9c9 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::