]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25523: Correct "a" article to "an" article
authorMartin Panter <vadmium+py@gmail.com>
Mon, 2 Nov 2015 03:37:02 +0000 (03:37 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Mon, 2 Nov 2015 03:37:02 +0000 (03:37 +0000)
commitb362f75f6e5d8fe21d0cda740f9dcdf1976091f7
tree1b7f020b0403e2378879af5c7e3cdeba27990dc2
parent8c6849bfe6ccc0e508e23df385b4ca61c7e00236
Issue #25523: Correct "a" article to "an" article

This changes the main documentation, doc strings, source code comments, and a
couple error messages in the test suite. In some cases the word was removed
to fix the grammar.
52 files changed:
Demo/tix/INSTALL.txt
Doc/howto/sorting.rst
Doc/library/chunk.rst
Doc/library/difflib.rst
Doc/library/ftplib.rst
Doc/library/io.rst
Doc/library/optparse.rst
Doc/library/os.path.rst
Doc/library/smtplib.rst
Doc/library/socket.rst
Doc/library/sqlite3.rst
Doc/library/sunau.rst
Doc/library/webbrowser.rst
Doc/reference/datamodel.rst
Doc/tutorial/errors.rst
Doc/whatsnew/2.1.rst
Include/abstract.h
Include/codecs.h
Lib/_pyio.py
Lib/chunk.py
Lib/codecs.py
Lib/distutils/cygwinccompiler.py
Lib/ftplib.py
Lib/idlelib/EditorWindow.py
Lib/idlelib/ReplaceDialog.py
Lib/io.py
Lib/lib2to3/fixes/fix_input.py
Lib/msilib/schema.py
Lib/test/decimaltestdata/fma.decTest
Lib/test/decimaltestdata/multiply.decTest
Lib/test/test_os.py
Lib/test/test_support.py
Lib/xmlrpclib.py
Misc/HISTORY
Misc/NEWS
Misc/cheatsheet
Modules/_ctypes/libffi/src/x86/darwin64.S
Modules/_ctypes/libffi/src/x86/unix64.S
Modules/_ctypes/libffi_osx/x86/darwin64.S
Modules/_hashopenssl.c
Modules/_io/_iomodule.c
Modules/_io/iobase.c
Modules/_io/textio.c
Modules/audioop.c
Modules/expat/pyexpatns.h
Modules/readline.c
Objects/abstract.c
PC/msvcrtmodule.c
PC/os2emx/Makefile
Python/thread.c
Tools/msi/schema.py
Tools/msi/uisample.py