Correct a typo in the Unittest documentation (GH-10397)

Co-Authored-By: maggyero <gery.ogam@gmail.com>
This commit is contained in:
Géry Ogam 2018-11-09 20:34:54 +01:00 committed by Ned Deily
parent d17a693fa0
commit 009b2f0204
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ Distinguishing test iterations using subtests
.. versionadded:: 3.4
When some of your tests differ only by a some very small differences, for
When there are very small differences among your tests, for
instance some parameters, unittest allows you to distinguish them inside
the body of a test method using the :meth:`~TestCase.subTest` context manager.