summaryrefslogtreecommitdiffstats
path: root/Doc/library/subprocess.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-03-13 02:41:35 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-03-13 02:41:35 (GMT)
commit5eea8a7780164b92bf72f8c81c4a00915a5d714e (patch)
tree0f58b7d46e4f75ef67ec7b1e0980cbe2bbc9ba09 /Doc/library/subprocess.rst
parentfa5e6e4773ea959a7cc354d54c50df507cf005c3 (diff)
downloadcpython-5eea8a7780164b92bf72f8c81c4a00915a5d714e.zip
cpython-5eea8a7780164b92bf72f8c81c4a00915a5d714e.tar.gz
cpython-5eea8a7780164b92bf72f8c81c4a00915a5d714e.tar.bz2
remove unnecessary word (closes #19060)
Patch by Anastasia Filatova.
Diffstat (limited to 'Doc/library/subprocess.rst')
-rw-r--r--Doc/library/subprocess.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
index c536884..347dcc3 100644
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -9,7 +9,7 @@
The :mod:`subprocess` module allows you to spawn new processes, connect to their
input/output/error pipes, and obtain their return codes. This module intends to
-replace several other, older modules and functions, such as::
+replace several older modules and functions::
os.system
os.spawn*