mirror of https://github.com/python/cpython.git
#16433: merge with 3.3.
This commit is contained in:
commit
dee9043423
|
@ -642,7 +642,7 @@ def assertEqual(self, first, second, msg=None):
|
|||
assertion_func(first, second, msg=msg)
|
||||
|
||||
def assertNotEqual(self, first, second, msg=None):
|
||||
"""Fail if the two objects are equal as determined by the '=='
|
||||
"""Fail if the two objects are equal as determined by the '!='
|
||||
operator.
|
||||
"""
|
||||
if not first != second:
|
||||
|
|
Loading…
Reference in New Issue