mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
This commit is contained in:
parent
613debcf0a
commit
15f44ab043
72 changed files with 121 additions and 121 deletions
|
@ -3958,7 +3958,7 @@ class Oddballs(unittest.TestCase):
|
|||
self.assertRaises(TypeError, lambda: as_date >= as_datetime)
|
||||
self.assertRaises(TypeError, lambda: as_datetime >= as_date)
|
||||
|
||||
# Neverthelss, comparison should work with the base-class (date)
|
||||
# Nevertheless, comparison should work with the base-class (date)
|
||||
# projection if use of a date method is forced.
|
||||
self.assertEqual(as_date.__eq__(as_datetime), True)
|
||||
different_day = (as_date.day + 1) % 20 + 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue