summaryrefslogtreecommitdiff
path: root/Doc/using/cmdline.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-02-10 05:44:01 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-02-10 05:44:01 +0000
commit4e214c5025aeeeb69562dd0c46ae0918881d0bae (patch)
tree08a185f35371ce1673652839703b84d6b452212c /Doc/using/cmdline.rst
parent6d6e59b7ce66c18073cf743cf4a98c57c17d85c3 (diff)
downloadcpython-4e214c5025aeeeb69562dd0c46ae0918881d0bae.tar.gz
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.
Diffstat (limited to 'Doc/using/cmdline.rst')
-rw-r--r--Doc/using/cmdline.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index af8605572a..7ec9dced74 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -398,7 +398,7 @@ Miscellaneous options
tracing with a traceback limit of *NFRAME* frames. See the
:func:`tracemalloc.start` for more information.
- It also allows to pass arbitrary values and retrieve them through the
+ It also allows passing arbitrary values and retrieving them through the
:data:`sys._xoptions` dictionary.
.. versionchanged:: 3.2