]> granicus.if.org Git - python/commit
Update TestCase.assertAlmostEqual and assertNotAlmostEqual docstrings. (GH-3998)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 18 Oct 2017 17:30:05 +0000 (10:30 -0700)
committerMariatta <Mariatta@users.noreply.github.com>
Wed, 18 Oct 2017 17:30:05 +0000 (10:30 -0700)
commit8fa0648f89e31f3e4b6f47435198ecf57e86b8b0
tree8633554a1671b339fcb5a83c5fcd46c65c357f1d
parent27b951c63353345cdf7a9a8c4c8133a5dafd6a80
Update TestCase.assertAlmostEqual and assertNotAlmostEqual docstrings. (GH-3998) (GH-4040)

The word "difference" from missing the sentence.
This clarifies that it compares the difference between the two objects.
(cherry picked from commit 032a6480e360427d4f964e31643604fad804ea14)
Lib/unittest/case.py