summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 292f8be..7f947ef 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`