]> granicus.if.org Git - python/commit
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 17 Apr 2016 05:32:47 +0000 (08:32 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 17 Apr 2016 05:32:47 +0000 (08:32 +0300)
commit6a7b3a77b4b2be0badd24ee5f0fdbaa2e0e79c3d
tree69e2dda76d29c6ac33906e0ad2e1359c5bc8e0e4
parent50dd1f7dd68ed2f526adfebd5caa342e26da4517
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
64 files changed:
Doc/c-api/set.rst
Doc/c-api/unicode.rst
Doc/distutils/apiref.rst
Doc/library/asyncio-eventloop.rst
Doc/library/ctypes.rst
Doc/library/idle.rst
Doc/library/shutil.rst
Doc/library/tarfile.rst
Doc/library/tkinter.tix.rst
Doc/tutorial/datastructures.rst
Doc/whatsnew/2.2.rst
Doc/whatsnew/3.4.rst
Include/listobject.h
Include/unicodeobject.h
Lib/_pydecimal.py
Lib/_pyio.py
Lib/asyncio/selector_events.py
Lib/email/_header_value_parser.py
Lib/email/headerregistry.py
Lib/idlelib/AutoComplete.py
Lib/idlelib/Debugger.py
Lib/idlelib/WidgetRedirector.py
Lib/idlelib/configDialog.py
Lib/lib2to3/fixer_base.py
Lib/lib2to3/refactor.py
Lib/lzma.py
Lib/mailbox.py
Lib/multiprocessing/managers.py
Lib/optparse.py
Lib/pprint.py
Lib/socket.py
Lib/socketserver.py
Lib/sqlite3/test/regression.py
Lib/tarfile.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_sslproto.py
Lib/test/test_binop.py
Lib/test/test_faulthandler.py
Lib/test/test_pathlib.py
Lib/test/test_sys.py
Lib/test/test_threading.py
Lib/test/test_tools/test_gprof2html.py
Lib/test/test_zipapp.py
Lib/tkinter/__init__.py
Lib/tkinter/dnd.py
Lib/tkinter/test/test_ttk/test_functions.py
Lib/tkinter/tix.py
Lib/tkinter/ttk.py
Lib/xmlrpc/client.py
Lib/zipapp.py
Misc/HISTORY
Misc/NEWS
Modules/_csv.c
Modules/_ctypes/_ctypes.c
Modules/_pickle.c
Modules/_tracemalloc.c
Modules/faulthandler.c
Modules/itertoolsmodule.c
Objects/bytearrayobject.c
Objects/rangeobject.c
Objects/stringlib/unicode_format.h
PC/clinic/winreg.c.h
PC/winreg.c
Python/thread_nt.h