diff options
author | Stefan Krah <stefan@bytereef.org> | 2010-05-19 15:59:40 +0000 |
---|---|---|
committer | Stefan Krah <stefan@bytereef.org> | 2010-05-19 15:59:40 +0000 |
commit | 4a769059beb9c29548f309fcac85f4eef7097f27 (patch) | |
tree | c98f670dc22ab70a181ffb96091d85a402c559b2 | |
parent | 8a6f3fe3b5588da1e2803a308628ed909ea8bcfb (diff) | |
download | cpython-git-4a769059beb9c29548f309fcac85f4eef7097f27.tar.gz |
Fix typo.
-rw-r--r-- | Doc/library/unittest.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 102a18778e..0c179bb0ca 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -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 |