From: Benjamin Peterson Date: Sat, 18 Jan 2014 05:49:04 +0000 (-0500) Subject: rm extra whitespace X-Git-Tag: v3.3.4rc1~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af69fe2311c184a64e1dbfae75646d5d6c268d32;p=thirdparty%2FPython%2Fcpython.git rm extra whitespace --- diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 5d04ef008629..0cb3c350317e 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