]> granicus.if.org Git - python/commit
[3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 14 Dec 2017 14:19:51 +0000 (16:19 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2017 14:19:51 +0000 (16:19 +0200)
commit28453feaa8d88bbcbf6d834b1d5ca396d17265f2
treee228f9ddb6795965d302e6d16c2e4bfb0b074d17
parent645fa19f15cddeec8d882a9e1420173e7516f0e4
[3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864)

* [3.6] bpo-32297: Few misspellings found in Python source code comments. (GH-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.

(cherry picked from commit 53f7a7c2814fbfd8a29200926601a32fa48bacb3)
36 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_functools.py
Lib/test/test_generators.py
Lib/test/test_importlib/builtin/test_finder.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
setup.py