fix a small typo

This commit is contained in:
Benjamin Peterson 2008-10-10 20:38:49 +00:00
parent 1178e02c94
commit cae5848f12
1 changed files with 2 additions and 2 deletions

View 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
^^^^^^^^^^^^^^^^^^^^^^^^
::