diff options
| author | Martin Panter <vadmium+py@gmail.com> | 2016-09-07 12:03:06 +0000 |
|---|---|---|
| committer | Martin Panter <vadmium+py@gmail.com> | 2016-09-07 12:03:06 +0000 |
| commit | 0be894b2f6ca17204922399d6982f0b8a9dc59a1 (patch) | |
| tree | 74e27a76dc86b36370cc6afb9c160f7503cc7599 /Lib/test/datetimetester.py | |
| parent | be8da9c9906571698fe218da9e218ece500d5239 (diff) | |
| download | cpython-git-0be894b2f6ca17204922399d6982f0b8a9dc59a1.tar.gz | |
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Diffstat (limited to 'Lib/test/datetimetester.py')
| -rw-r--r-- | Lib/test/datetimetester.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/datetimetester.py b/Lib/test/datetimetester.py index f5222c7e48..0860db80f5 100644 --- a/Lib/test/datetimetester.py +++ b/Lib/test/datetimetester.py @@ -3884,7 +3884,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 |
