mirror of https://github.com/python/cpython
Fix typo.
This commit is contained in:
parent
8a6f3fe3b5
commit
4a769059be
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue