]> git.ipfire.org Git - thirdparty/Python/cpython.git/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)
commit6a8163a928f9ff04242580c09216431ddd39cdbc
treef488fcfc631d8663003cd5784bba970d3e6438f9
parent8feff8f1ddf870f4a68facf7127097cec97ebc39
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc

This affects documentation and code comments.
27 files changed:
Doc/c-api/unicode.rst
Doc/howto/urllib2.rst
Doc/library/ctypes.rst
Doc/library/heapq.rst
Doc/library/ic.rst
Doc/library/io.rst
Doc/library/logging.handlers.rst
Doc/library/ttk.rst
Doc/library/webbrowser.rst
Doc/library/xml.etree.elementtree.rst
Doc/library/xml.sax.reader.rst
Doc/library/xmlrpclib.rst
Include/stringobject.h
Include/unicodeobject.h
Lib/heapq.py
Lib/ntpath.py
Lib/os2emxpath.py
Lib/test/test_print.py
Lib/test/test_zlib.py
Lib/xml/etree/ElementTree.py
Mac/Modules/icgluemodule.c
Misc/HISTORY
Misc/NEWS
Modules/_elementtree.c
Modules/_heapqmodule.c
Objects/codeobject.c
Python/codecs.c