From da431f789bd1e6b9790f06f9ce47b3ec6a701e65 Mon Sep 17 00:00:00 2001 From: sblondon Date: Sun, 13 Dec 2020 06:27:22 +0100 Subject: [PATCH] Add two spaces around equal sign (#23719) Fit to PEP8 coding style --- Doc/library/subprocess.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 292f8be20aa..7f947efcb67 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`