]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 22 Nov 2020 06:10:24 +0000 (22:10 -0800)
committerGitHub <noreply@github.com>
Sun, 22 Nov 2020 06:10:24 +0000 (22:10 -0800)
Removing 'evaluate' makes it more consistent with other assertX entries.
(cherry picked from commit bd8c22e1fa8f8f6e31ee083a8b9321a2c324f02f)

Co-authored-by: Ram Rachum <ram@rachum.com>
Doc/library/unittest.rst

index d41ff1fa04248199a836239575510f66c8ee508d..a9e679f048472cfde77aca496c1c20fe79b7984d 100644 (file)
@@ -897,8 +897,7 @@ Test cases
    .. method:: assertIs(first, second, msg=None)
                assertIsNot(first, second, msg=None)
 
-      Test that *first* and *second* evaluate (or don't evaluate) to the
-      same object.
+      Test that *first* and *second* are (or are not) the same object.
 
       .. versionadded:: 3.1