Commit cae5848f authored by Benjamin Peterson's avatar Benjamin Peterson

fix a small typo

parent 1178e02c
...@@ -318,8 +318,8 @@ Replacing /bin/sh shell backquote ...@@ -318,8 +318,8 @@ Replacing /bin/sh shell backquote
output = Popen(["mycmd", "myarg"], stdout=PIPE).communicate()[0] output = Popen(["mycmd", "myarg"], stdout=PIPE).communicate()[0]
Replacing shell pipe line Replacing shell pipeline
^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^
:: ::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment