Kaydet (Commit) dee90434 authored tarafından Ezio Melotti's avatar Ezio Melotti

#16433: merge with 3.3.

......@@ -642,7 +642,7 @@ class TestCase(object):
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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment