Skip to content

Commit c901539

Browse files
committed
"
1 parent 440a23a commit c901539

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/seq_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def __eq__(self, other):
251251
self.assertRaises(DoNotTestEq, checklast.__contains__, 1)
252252

253253
def test_compare_nan(self):
254-
nan = float('nan')
254+
nan = float("nan")
255255
a = self.type2test([nan])
256256
b = self.type2test([nan])
257257
self.assertTrue(a == a)

0 commit comments

Comments
 (0)