From c6fa90c7caa8b75794c7036a2aa6329612314b7e Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 7 Jan 2016 22:01:26 -0800 Subject: fix typo in unittest docs (closes #26046) Patch from Upendra Kumar. --- Doc/library/unittest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index ca91cd7..96aa2bc 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -147,7 +147,7 @@ and produce a report. The :meth:`~TestCase.setUp` and :meth:`~TestCase.tearDown` methods allow you to define instructions that will be executed before and after each test method. -They are covered in more details in the section :ref:`organizing-tests`. +They are covered in more detail in the section :ref:`organizing-tests`. The final block shows a simple way to run the tests. :func:`unittest.main` provides a command-line interface to the test script. When run from the command -- cgit v0.12