]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
authorMartin Panter <vadmium+py@gmail.com>
Wed, 10 Feb 2016 05:44:01 +0000 (05:44 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Wed, 10 Feb 2016 05:44:01 +0000 (05:44 +0000)
commitc04fb56e36999a4162e6ccfe1f9357100abaee99
tree68f930a7b0956c487f671f6868fc00bac6edafb7
parent96a4f07107476c0038ff1302b7ef779cab07e8ae
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar

The original form is incorrect grammar and feels awkward, even though the
meaning is clear.
25 files changed:
Doc/c-api/arg.rst
Doc/c-api/function.rst
Doc/howto/pyporting.rst
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-task.rst
Doc/library/ctypes.rst
Doc/library/nis.rst
Doc/library/signal.rst
Doc/library/smtplib.rst
Doc/library/tarfile.rst
Doc/using/cmdline.rst
Doc/whatsnew/3.3.rst
Doc/whatsnew/3.5.rst
Include/object.h
Lib/asyncio/futures.py
Lib/ctypes/__init__.py
Lib/test/test_cmd_line_script.py
Lib/test/test_doctest.py
Lib/test/test_genericpath.py
Lib/test/test_strptime.py
Lib/tkinter/__init__.py
Misc/HISTORY
Misc/NEWS
Modules/_ctypes/_ctypes.c
Modules/_ctypes/libffi/m4/libtool.m4