]> granicus.if.org Git - python/commit
Update TestCase.assertAlmostEqual and assertNotAlmostEqual docstrings. (GH-3998)
authorRon <RonVisbord@Gmail.com>
Wed, 18 Oct 2017 17:01:23 +0000 (20:01 +0300)
committerMariatta <Mariatta@users.noreply.github.com>
Wed, 18 Oct 2017 17:01:23 +0000 (10:01 -0700)
commit032a6480e360427d4f964e31643604fad804ea14
treeda29c676762571dfa3102af8746f49cc8138b275
parent59af94fa61bf90adbe624508e909b5d6ef6e8464
Update TestCase.assertAlmostEqual and assertNotAlmostEqual docstrings. (GH-3998)

The word "difference" from missing the sentence.
This clarifies that it compares the difference between the two objects.
Lib/unittest/case.py