mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
Typo fix
This commit is contained in:
parent
d7b7dde98e
commit
081bb457ab
2 changed files with 2 additions and 2 deletions
|
@ -253,7 +253,7 @@ class TestTimeDelta(HarmlessMixedComparison, unittest.TestCase):
|
|||
self.assertRaises(TypeError, lambda: a // x)
|
||||
self.assertRaises(TypeError, lambda: x // a)
|
||||
|
||||
# Divison of int by timedelta doesn't make sense.
|
||||
# Division of int by timedelta doesn't make sense.
|
||||
# Division by zero doesn't make sense.
|
||||
for zero in 0, 0L:
|
||||
self.assertRaises(TypeError, lambda: zero // a)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue