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

Skip to content

Commit e95fd0b

Browse files
committed
merge 3.4 (#26046)
2 parents 3b1a8b3 + 8a6ddb9 commit e95fd0b

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)