]> granicus.if.org Git - python/commit
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
authorMartin Panter <vadmium+py@gmail.com>
Fri, 15 Apr 2016 02:14:19 +0000 (02:14 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Fri, 15 Apr 2016 02:14:19 +0000 (02:14 +0000)
commit6245cb3c015a5b9febef4d6ef30d3acfc762a79d
tree3e0a3907968edb89a7d24a051dab35c9a43f5dee
parent7d82d0366bb6c1b175cf54cf87778bba2451b0f4
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc

This affects documentation, code comments, and a debugging messages.
35 files changed:
Doc/c-api/exceptions.rst
Doc/c-api/import.rst
Doc/c-api/method.rst
Doc/c-api/module.rst
Doc/c-api/unicode.rst
Doc/howto/urllib2.rst
Doc/library/heapq.rst
Doc/library/logging.handlers.rst
Doc/library/os.rst
Doc/library/re.rst
Doc/library/tkinter.ttk.rst
Doc/library/webbrowser.rst
Doc/library/xml.etree.elementtree.rst
Doc/library/xml.sax.reader.rst
Doc/library/xmlrpc.client.rst
Include/bytesobject.h
Include/unicodeobject.h
Lib/asyncio/windows_events.py
Lib/email/utils.py
Lib/heapq.py
Lib/nntplib.py
Lib/ntpath.py
Lib/test/test_codecs.py
Lib/test/test_multibytecodec.py
Lib/test/test_nntplib.py
Lib/test/test_unicode.py
Lib/test/test_zlib.py
Misc/HISTORY
Misc/NEWS
Modules/_heapqmodule.c
Modules/_pickle.c
Modules/_tracemalloc.c
Objects/codeobject.c
Objects/unicodeobject.c
Python/codecs.c