summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2010-07-26 13:08:58 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2010-07-26 13:08:58 (GMT)
commit3f911a16db37706beab4971f692a5f0ad19bf59f (patch)
treeda1da81efa293147599c4b2fac5281346c2cc291 /Doc
parent57a7c3df85e7a759f7c16500fb52767c53b7e6c9 (diff)
downloadcpython-3f911a16db37706beab4971f692a5f0ad19bf59f.zip
cpython-3f911a16db37706beab4971f692a5f0ad19bf59f.tar.gz
cpython-3f911a16db37706beab4971f692a5f0ad19bf59f.tar.bz2
Reword paragraph
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/os.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 3e13edd..ae0b8f8 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -1923,8 +1923,9 @@ written in Python, such as a mail server's external command delivery program.
The :mod:`subprocess` module provides more powerful facilities for spawning new
processes and retrieving their results; using that module is preferable to using
- this function. Use the :mod:`subprocess` module. Check especially the
- :ref:`subprocess-replacements` section.
+ this function. See the
+ :ref:`subprocess-replacements` section in the :mod:`subprocess` documentation
+ for some helpful recipes.
Availability: Unix, Windows.