summaryrefslogtreecommitdiffstats
path: root/Doc/library/commands.rst
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-06-20 23:14:32 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2008-06-20 23:14:32 (GMT)
commitf839b66cf51c96d3a260c4f49a57859cdf1b5c12 (patch)
tree9ff984d2b4b822b82571b96e8a963af202bc3087 /Doc/library/commands.rst
parentc2e3270dcb4883b1c88121a6857e7fea08865a34 (diff)
downloadcpython-f839b66cf51c96d3a260c4f49a57859cdf1b5c12.zip
cpython-f839b66cf51c96d3a260c4f49a57859cdf1b5c12.tar.gz
cpython-f839b66cf51c96d3a260c4f49a57859cdf1b5c12.tar.bz2
Grammar fixes
Diffstat (limited to 'Doc/library/commands.rst')
-rw-r--r--Doc/library/commands.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/commands.rst b/Doc/library/commands.rst
index a221fb5..84ef257 100644
--- a/Doc/library/commands.rst
+++ b/Doc/library/commands.rst
@@ -47,7 +47,7 @@ The :mod:`commands` module defines the following functions:
the argument.
.. deprecated:: 2.6
- This function is nonobvious and useless, also the name is misleading in the
+ This function is nonobvious and useless. The name is also misleading in the
presence of :func:`getstatusoutput`.