From: Benjamin Peterson Date: Fri, 10 Oct 2008 20:38:49 +0000 (+0000) Subject: fix a small typo X-Git-Tag: v2.7a1~2747 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cae5848f12ae118aecf61101f72219cc8a87e2be;p=thirdparty%2FPython%2Fcpython.git fix a small typo --- diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 1e1f03ee6fe9..42e50f6b3b97 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 +^^^^^^^^^^^^^^^^^^^^^^^^ ::