[Python-checkins] cpython (2.7): Fix typo in test.rst

berker.peksag python-checkins at python.org
Mon Jan 25 01:25:01 EST 2016


https://hg.python.org/cpython/rev/18c5c68b6075
changeset:   100063:18c5c68b6075
branch:      2.7
parent:      100055:72edb81e456b
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Mon Jan 25 08:24:57 2016 +0200
summary:
  Fix typo in test.rst

Reported by Mike Scalora on docs at p.o.

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
@@ -418,7 +418,7 @@
    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::

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


More information about the Python-checkins mailing list