bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348)
Removing 'evaluate' makes it more consistent with other assertX entries.
(cherry picked from commit bd8c22e1fa
)
Co-authored-by: Ram Rachum <ram@rachum.com>
This commit is contained in:
parent
dd20643b14
commit
4f87126969
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue