summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/unittest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index f9db152..99b0b9e 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -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