#16433: merge with 3.2.

This commit is contained in:
Ezio Melotti 2012-11-08 11:09:13 +02:00
commit 9cfa1ff891
1 changed files with 1 additions and 1 deletions

View File

@ -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: