fix a small typo
This commit is contained in:
parent
1178e02c94
commit
cae5848f12
|
@ -318,8 +318,8 @@ Replacing /bin/sh shell backquote
|
|||
output = Popen(["mycmd", "myarg"], stdout=PIPE).communicate()[0]
|
||||
|
||||
|
||||
Replacing shell pipe line
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
Replacing shell pipeline
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
::
|
||||
|
||||
|
|
Loading…
Reference in New Issue