Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dee9043

Browse files
committed
#16433: merge with 3.3.
2 parents 770a5bc + 9cfa1ff commit dee9043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/unittest/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ def assertEqual(self, first, second, msg=None):
642642
assertion_func(first, second, msg=msg)
643643

644644
def assertNotEqual(self, first, second, msg=None):
645-
"""Fail if the two objects are equal as determined by the '=='
645+
"""Fail if the two objects are equal as determined by the '!='
646646
operator.
647647
"""
648648
if not first != second:

0 commit comments

Comments
 (0)