]> granicus.if.org Git - python/commitdiff
Fix typo.
authorStefan Krah <stefan@bytereef.org>
Wed, 19 May 2010 15:59:40 +0000 (15:59 +0000)
committerStefan Krah <stefan@bytereef.org>
Wed, 19 May 2010 15:59:40 +0000 (15:59 +0000)
Doc/library/unittest.rst

index 102a18778ead38abc545f3aa3a5bda1933777dcb..0c179bb0cafbbcf0f177367b5eb6168d766856f4 100644 (file)
@@ -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