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.
1 parent 80d5042 commit 28b8b94Copy full SHA for 28b8b94
1 file changed
Doc/library/subprocess.rst
@@ -735,7 +735,7 @@ The p1.stdout.close() call after starting the p2 is important in order for p1
735
to receive a SIGPIPE if p2 exits before p1.
736
737
Alternatively, for trusted input, the shell's own pipeline support may still
738
-be used directly:
+be used directly::
739
740
output=`dmesg | grep hda`
741
# becomes
0 commit comments