]> granicus.if.org Git - python/commit
bpo-32297: Few misspellings found in Python source code comments. (#4803)
authorMike <mehanig@gmail.com>
Thu, 14 Dec 2017 11:04:53 +0000 (14:04 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 14 Dec 2017 11:04:53 +0000 (13:04 +0200)
commit53f7a7c2814fbfd8a29200926601a32fa48bacb3
tree4f74255b4cf6af46480b3e48bdc2411dfede9e15
parent5364b5cd7571f2dfa75acd37b388c14ac33fef73
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
39 files changed:
Doc/includes/email-read-alternative.py
Lib/ctypes/test/test_pep3118.py
Lib/ctypes/test/test_structures.py
Lib/email/quoprimime.py
Lib/http/client.py
Lib/os.py
Lib/tarfile.py
Lib/test/_test_multiprocessing.py
Lib/test/test_baseexception.py
Lib/test/test_class.py
Lib/test/test_collections.py
Lib/test/test_dataclasses.py
Lib/test/test_functools.py
Lib/test/test_generators.py
Lib/test/test_importlib/builtin/test_finder.py
Lib/test/test_importlib/source/test_file_loader.py
Lib/test/test_inspect.py
Lib/test/test_io.py
Lib/test/test_largefile.py
Lib/test/test_logging.py
Lib/test/test_math.py
Lib/test/test_parser.py
Lib/test/test_random.py
Lib/test/test_site.py
Lib/test/test_socket.py
Lib/test/test_ssl.py
Lib/test/test_sys_settrace.py
Lib/test/test_xml_etree.py
Lib/test/test_zipapp.py
Lib/tkinter/test/test_ttk/test_functions.py
Lib/tkinter/ttk.py
Lib/turtledemo/__main__.py
Lib/unittest/test/testmock/testmagicmethods.py
Lib/xml/etree/ElementTree.py
Lib/xmlrpc/client.py
Mac/BuildScript/build-installer.py
Modules/faulthandler.c
Tools/c-globals/check-c-globals.py
setup.py