From: Stefan Krah Date: Wed, 19 May 2010 16:09:41 +0000 (+0000) Subject: Merged revisions 81354 via svnmerge from X-Git-Tag: v3.2a1~748 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5bf3f520c6d899b133b0526a551c279639a7851;p=python 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. ........ --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 19c8b0b157..edf0ebf21b 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