]> 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)
commit7462b64911f1e2df2de2285ddbf8b156b5cdc418
tree1d892984f008498030909effcf72f2018d3acf10
parent314464d0ab4ad283fce7594158b2464d47cc68d8
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
or edited some other way to fix the grammar.
86 files changed:
Doc/c-api/buffer.rst
Doc/faq/programming.rst
Doc/library/chunk.rst
Doc/library/concurrent.futures.rst
Doc/library/ctypes.rst
Doc/library/difflib.rst
Doc/library/fcntl.rst
Doc/library/ftplib.rst
Doc/library/functions.rst
Doc/library/gzip.rst
Doc/library/http.cookiejar.rst
Doc/library/http.server.rst
Doc/library/mailbox.rst
Doc/library/multiprocessing.rst
Doc/library/nntplib.rst
Doc/library/optparse.rst
Doc/library/os.path.rst
Doc/library/pickle.rst
Doc/library/pyexpat.rst
Doc/library/shutil.rst
Doc/library/smtplib.rst
Doc/library/socket.rst
Doc/library/sqlite3.rst
Doc/library/stdtypes.rst
Doc/library/sunau.rst
Doc/library/tempfile.rst
Doc/library/unittest.mock.rst
Doc/library/xml.dom.pulldom.rst
Doc/tutorial/errors.rst
Doc/tutorial/introduction.rst
Doc/whatsnew/2.1.rst
Doc/whatsnew/2.3.rst
Doc/whatsnew/3.1.rst
Doc/whatsnew/3.2.rst
Doc/whatsnew/3.3.rst
Include/abstract.h
Include/codecs.h
Lib/_pyio.py
Lib/asyncio/streams.py
Lib/calendar.py
Lib/chunk.py
Lib/codecs.py
Lib/concurrent/futures/_base.py
Lib/difflib.py
Lib/distutils/cygwinccompiler.py
Lib/ftplib.py
Lib/getopt.py
Lib/idlelib/EditorWindow.py
Lib/idlelib/ReplaceDialog.py
Lib/io.py
Lib/lib2to3/fixes/fix_input.py
Lib/nntplib.py
Lib/pickle.py
Lib/test/decimaltestdata/fma.decTest
Lib/test/decimaltestdata/multiply.decTest
Lib/test/pystone.py
Lib/test/support/__init__.py
Lib/test/test_cmd.py
Lib/test/test_codecs.py
Lib/test/test_email/test_email.py
Lib/test/test_ipaddress.py
Lib/test/test_os.py
Lib/test/test_urllib.py
Lib/test/test_weakref.py
Lib/tkinter/ttk.py
Lib/xmlrpc/client.py
Misc/HISTORY
Misc/NEWS
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/textio.c
Modules/_pickle.c
Modules/atexitmodule.c
Modules/audioop.c
Modules/clinic/_pickle.c.h
Modules/expat/pyexpatns.h
Modules/hashlib.h
Modules/readline.c
Objects/abstract.c
Objects/exceptions.c
Python/compile.c
Python/thread.c
Tools/gdb/libpython.py