Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a6ddb9

Browse files
committed
fix typo in unittest docs (closes #26046)
Patch from Upendra Kumar.
1 parent 9c39b67 commit 8a6ddb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/unittest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ and produce a report.
118118

119119
The :meth:`~TestCase.setUp` and :meth:`~TestCase.tearDown` methods allow you
120120
to define instructions that will be executed before and after each test method.
121-
They are covered in more details in the section :ref:`organizing-tests`.
121+
They are covered in more detail in the section :ref:`organizing-tests`.
122122

123123
The final block shows a simple way to run the tests. :func:`unittest.main`
124124
provides a command-line interface to the test script. When run from the command

0 commit comments

Comments
 (0)