commit | cae5848f12ae118aecf61101f72219cc8a87e2be | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Oct 10 20:38:49 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Oct 10 20:38:49 2008 +0000 |
tree | 9980eea04dada2e33b4f710d3bac1c96730decd1 | |
parent | 1178e02c94450d2bb318865fe733221b4579cf90 [diff] [blame] |
fix a small typo
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 1e1f03e..42e50f6 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst
@@ -318,8 +318,8 @@ output = Popen(["mycmd", "myarg"], stdout=PIPE).communicate()[0] -Replacing shell pipe line -^^^^^^^^^^^^^^^^^^^^^^^^^ +Replacing shell pipeline +^^^^^^^^^^^^^^^^^^^^^^^^ ::