Commit 009b2f02 authored by Géry Ogam's avatar Géry Ogam Committed by Ned Deily

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

Co-Authored-By: default avatarmaggyero <gery.ogam@gmail.com>
parent d17a693f
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment