]> granicus.if.org Git - python/commitdiff
fix typo in unittest docs (closes #26046)
authorBenjamin Peterson <benjamin@python.org>
Fri, 8 Jan 2016 06:01:26 +0000 (22:01 -0800)
committerBenjamin Peterson <benjamin@python.org>
Fri, 8 Jan 2016 06:01:26 +0000 (22:01 -0800)
Patch from Upendra Kumar.

Doc/library/unittest.rst

index a8d9f53be06c264f2fb130e8caa690d4ba138d88..a896fc165ac5b0d15cfcc1c1e2d379659be0e60a 100644 (file)
@@ -118,7 +118,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