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

Skip to content

Commit 009b2f0

Browse files
geryogamned-deily
authored andcommitted
Correct a typo in the Unittest documentation (GH-10397)
Co-Authored-By: maggyero <[email protected]>
1 parent d17a693 commit 009b2f0

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
@@ -607,7 +607,7 @@ Distinguishing test iterations using subtests
607607

608608
.. versionadded:: 3.4
609609

610-
When some of your tests differ only by a some very small differences, for
610+
When there are very small differences among your tests, for
611611
instance some parameters, unittest allows you to distinguish them inside
612612
the body of a test method using the :meth:`~TestCase.subTest` context manager.
613613

0 commit comments

Comments
 (0)