summaryrefslogtreecommitdiffstats
path: root/Doc/library/subprocess.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-01-18 05:49:04 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-01-18 05:49:04 (GMT)
commitaf69fe2311c184a64e1dbfae75646d5d6c268d32 (patch)
tree7542d69b9e6270d1352d0b64f21aac35a5150dcf /Doc/library/subprocess.rst
parenteacec1ccffb78292320fbf81c0ad936d63192ee1 (diff)
downloadcpython-af69fe2311c184a64e1dbfae75646d5d6c268d32.zip
cpython-af69fe2311c184a64e1dbfae75646d5d6c268d32.tar.gz
cpython-af69fe2311c184a64e1dbfae75646d5d6c268d32.tar.bz2
rm extra whitespace
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 5d04ef0..0cb3c35 100644
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -719,7 +719,7 @@ The following attributes are also available:
output from the child process. If the *universal_newlines* argument was
``True``, the stream is a text stream, otherwise it is a byte stream. If the
*stdout* argument was not :data:`PIPE`, this attribute is ``None``.
-
+
.. attribute:: Popen.stderr