mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Spelling fixes to docs, docstrings, and comments (GH-6374)
This commit is contained in:
parent
0399cf9b5e
commit
61f82e0e33
15 changed files with 16 additions and 16 deletions
|
@ -363,7 +363,7 @@ class StrptimeTests(unittest.TestCase):
|
|||
_strptime._strptime("-01:30:30:123456", "%z")
|
||||
with self.assertRaises(ValueError) as err:
|
||||
_strptime._strptime("-01:3030", "%z")
|
||||
self.assertEqual("Unconsistent use of : in -01:3030", str(err.exception))
|
||||
self.assertEqual("Inconsistent use of : in -01:3030", str(err.exception))
|
||||
|
||||
def test_timezone(self):
|
||||
# Test timezone directives.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue