Fix typo.

This commit is contained in:
Stefan Krah 2010-05-19 15:59:40 +00:00
parent 8a6f3fe3b5
commit 4a769059be
1 changed files with 1 additions and 1 deletions

View 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