tests/basics/special_methods2: Typo fix in comment.

pull/1/head
Paul Sokolovsky 2017-09-17 22:13:50 +03:00 committed by Damien George
parent 814d580a15
commit d4d4bc5827
1 changed files with 1 additions and 1 deletions

View File

@ -134,6 +134,6 @@ print('a' in dir(Cud))
# ne is not supported, !(eq) is called instead
#cud1 != cud2
#
# in the followin test, cpython still calls __eq__
# in the following test, cpython still calls __eq__
# cud3=cud1
# cud3==cud1