diff options
author | Stefan Krah <stefan@bytereef.org> | 2010-05-19 16:11:36 (GMT) |
---|---|---|
committer | Stefan Krah <stefan@bytereef.org> | 2010-05-19 16:11:36 (GMT) |
commit | 671b016022abacc575384024732383c1bb60a10b (patch) | |
tree | 6e910299965911406472c13579a9395f657eba02 /Doc/library/unittest.rst | |
parent | 395653e059a031baf80cabd3d2ebaec82b6dd112 (diff) | |
download | cpython-671b016022abacc575384024732383c1bb60a10b.zip cpython-671b016022abacc575384024732383c1bb60a10b.tar.gz cpython-671b016022abacc575384024732383c1bb60a10b.tar.bz2 |
Merged revisions 81356 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r81356 | stefan.krah | 2010-05-19 18:09:41 +0200 (Wed, 19 May 2010) | 9 lines
Merged revisions 81354 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81354 | stefan.krah | 2010-05-19 17:59:40 +0200 (Wed, 19 May 2010) | 3 lines
Fix typo.
........
................
Diffstat (limited to 'Doc/library/unittest.rst')
-rw-r--r-- | Doc/library/unittest.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index f9db152..99b0b9e 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -589,7 +589,7 @@ Test cases .. method:: skipTest(reason) - Calling this during the a test method or :meth:`setUp` skips the current + Calling this during a test method or :meth:`setUp` skips the current test. See :ref:`unittest-skipping` for more information. .. versionadded:: 3.1 |