From: sblondon Date: Sun, 13 Dec 2020 05:27:22 +0000 (+0100) Subject: Add two spaces around equal sign (#23719) X-Git-Tag: v3.10.0a4~192 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da431f789bd1e6b9790f06f9ce47b3ec6a701e65;p=thirdparty%2FPython%2Fcpython.git Add two spaces around equal sign (#23719) Fit to PEP8 coding style --- diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 292f8be20aa9..7f947efcb676 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -1281,7 +1281,7 @@ be used directly: becomes:: - output=check_output("dmesg | grep hda", shell=True) + output = check_output("dmesg | grep hda", shell=True) Replacing :func:`os.system`