Skip to content

Commit a5bf3f5

Browse files
committed
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. ........
1 parent 2eb4a07 commit a5bf3f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/unittest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ Test cases
749749

750750
.. method:: skipTest(reason)
751751

752-
Calling this during the a test method or :meth:`setUp` skips the current
752+
Calling this during a test method or :meth:`setUp` skips the current
753753
test. See :ref:`unittest-skipping` for more information.
754754

755755
.. versionadded:: 3.1

0 commit comments

Comments
 (0)