From: Stefan Krah Date: Wed, 19 May 2010 15:59:40 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.7rc1~129 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a769059beb9c29548f309fcac85f4eef7097f27;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 102a18778ead..0c179bb0cafb 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -752,7 +752,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:: 2.7