Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f639e0 + 28b8b94 commit 395c879Copy full SHA for 395c879
1 file changed
Doc/library/subprocess.rst
@@ -804,7 +804,7 @@ The p1.stdout.close() call after starting the p2 is important in order for p1
804
to receive a SIGPIPE if p2 exits before p1.
805
806
Alternatively, for trusted input, the shell's own pipeline support may still
807
-be used directly:
+be used directly::
808
809
output=`dmesg | grep hda`
810
# becomes
0 commit comments