[Python-checkins] cpython: fix doc typo for library/test.rst

eli.bendersky python-checkins at python.org
Wed Jul 27 19:31:31 CEST 2011


http://hg.python.org/cpython/rev/8989aa5b357c
changeset:   71532:8989aa5b357c
user:        Eli Bendersky <eliben at gmail.com>
date:        Wed Jul 27 20:29:59 2011 +0300
summary:
  fix doc typo for library/test.rst

files:
  Doc/library/test.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/test.rst b/Doc/library/test.rst
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -447,7 +447,7 @@
    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::

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list