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

Skip to content

Commit aa4f9a2

Browse files
Correct a typo in the Unittest documentation (GH-10397)
Co-Authored-By: maggyero <[email protected]> (cherry picked from commit 009b2f0) Co-authored-by: Géry Ogam <[email protected]>
1 parent 384d552 commit aa4f9a2

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

589589
.. versionadded:: 3.4
590590

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

0 commit comments

Comments
 (0)