mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
bpo-32297: Few misspellings found in Python source code comments. (#4803)
* Fix multiple typos in code comments * Add spacing in comments (test_logging.py, test_math.py) * Fix spaces at the beginning of comments in test_logging.py
This commit is contained in:
parent
5364b5cd75
commit
53f7a7c281
39 changed files with 71 additions and 71 deletions
|
@ -850,7 +850,7 @@ class BasicSocketTests(unittest.TestCase):
|
|||
self.cert_time_ok("Jan 5 09:34:61 2018 GMT", 1515144901)
|
||||
self.cert_time_fail("Jan 5 09:34:62 2018 GMT") # invalid seconds
|
||||
|
||||
# no special treatement for the special value:
|
||||
# no special treatment for the special value:
|
||||
# 99991231235959Z (rfc 5280)
|
||||
self.cert_time_ok("Dec 31 23:59:59 9999 GMT", 253402300799.0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue