From cae5848f12ae118aecf61101f72219cc8a87e2be Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 10 Oct 2008 20:38:49 +0000 Subject: fix a small typo --- Doc/library/subprocess.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@ Replacing /bin/sh shell backquote output = Popen(["mycmd", "myarg"], stdout=PIPE).communicate()[0] -Replacing shell pipe line -^^^^^^^^^^^^^^^^^^^^^^^^^ +Replacing shell pipeline +^^^^^^^^^^^^^^^^^^^^^^^^ :: -- cgit v0.12