]> granicus.if.org Git - python/commitdiff
Merged revisions 81356 via svnmerge from
authorStefan Krah <stefan@bytereef.org>
Wed, 19 May 2010 16:11:36 +0000 (16:11 +0000)
committerStefan Krah <stefan@bytereef.org>
Wed, 19 May 2010 16:11:36 +0000 (16:11 +0000)
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.
  ........
................

Doc/library/unittest.rst

index f9db152ddeb00c38150f17286019cbfcd5d2a0df..99b0b9eaa1743711d7042ea152602c775f6449ec 100644 (file)
@@ -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