diff options
author | Stefan Krah <stefan@bytereef.org> | 2010-05-19 16:09:41 (GMT) |
---|---|---|
committer | Stefan Krah <stefan@bytereef.org> | 2010-05-19 16:09:41 (GMT) |
commit | a5bf3f520c6d899b133b0526a551c279639a7851 (patch) | |
tree | 884d67aa586754d4b01aac3e6d191a9a0e44d5c5 /Doc | |
parent | 2eb4a07f9b23a91eed84546446baee9d315a7ec3 (diff) | |
download | cpython-a5bf3f520c6d899b133b0526a551c279639a7851.zip cpython-a5bf3f520c6d899b133b0526a551c279639a7851.tar.gz cpython-a5bf3f520c6d899b133b0526a551c279639a7851.tar.bz2 |
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')
-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 19c8b0b..edf0ebf 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -749,7 +749,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 |