]> granicus.if.org Git - python/commitdiff
rm extra whitespace
authorBenjamin Peterson <benjamin@python.org>
Sat, 18 Jan 2014 05:49:04 +0000 (00:49 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sat, 18 Jan 2014 05:49:04 +0000 (00:49 -0500)
Doc/library/subprocess.rst

index 5d04ef008629ef7429dec2eac60083d0b72d4760..0cb3c350317e5ccbbbf5147ecc814fcfdb5bf693 100644 (file)
@@ -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