]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix a small typo
authorBenjamin Peterson <benjamin@python.org>
Fri, 10 Oct 2008 20:38:49 +0000 (20:38 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 10 Oct 2008 20:38:49 +0000 (20:38 +0000)
Doc/library/subprocess.rst

index 1e1f03ee6fe9e7a1ad3bf3a5a40a10d406acd00e..42e50f6b3b978f8209e10963b9d45e2f67d9b4fb 100644 (file)
@@ -318,8 +318,8 @@ Replacing /bin/sh shell backquote
    output = Popen(["mycmd", "myarg"], stdout=PIPE).communicate()[0]
 
 
-Replacing shell pipe line
-^^^^^^^^^^^^^^^^^^^^^^^^^
+Replacing shell pipeline
+^^^^^^^^^^^^^^^^^^^^^^^^
 
 ::