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

Skip to content

Commit 28b8b94

Browse files
committed
#14481: fix formatting of example in subprocess docs.
1 parent 80d5042 commit 28b8b94

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
@@ -735,7 +735,7 @@ The p1.stdout.close() call after starting the p2 is important in order for p1
735735
to receive a SIGPIPE if p2 exits before p1.
736736

737737
Alternatively, for trusted input, the shell's own pipeline support may still
738-
be used directly:
738+
be used directly::
739739

740740
output=`dmesg | grep hda`
741741
# becomes

0 commit comments

Comments
 (0)