Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 395c879

Browse files
committed
Merge #14481: fix formatting of example in subprocess docs.
2 parents 8f639e0 + 28b8b94 commit 395c879

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/subprocess.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ The p1.stdout.close() call after starting the p2 is important in order for p1
804804
to receive a SIGPIPE if p2 exits before p1.
805805

806806
Alternatively, for trusted input, the shell's own pipeline support may still
807-
be used directly:
807+
be used directly::
808808

809809
output=`dmesg | grep hda`
810810
# becomes

0 commit comments

Comments
 (0)