bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348)
Removing 'evaluate' makes it more consistent with other assertX entries.
This commit is contained in:
parent
404a719b51
commit
bd8c22e1fa
|
@ -897,8 +897,7 @@ Test cases
|
||||||
.. method:: assertIs(first, second, msg=None)
|
.. method:: assertIs(first, second, msg=None)
|
||||||
assertIsNot(first, second, msg=None)
|
assertIsNot(first, second, msg=None)
|
||||||
|
|
||||||
Test that *first* and *second* evaluate (or don't evaluate) to the
|
Test that *first* and *second* are (or are not) the same object.
|
||||||
same object.
|
|
||||||
|
|
||||||
.. versionadded:: 3.1
|
.. versionadded:: 3.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue