#14481: fix formatting of example in subprocess docs.
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
index 2ba960a..5e4bcd9 100644
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -685,7 +685,7 @@
 to receive a SIGPIPE if p2 exits before p1.
 
 Alternatively, for trusted input, the shell's own pipeline support may still
-be used directly:
+be used directly::
 
    output=`dmesg | grep hda`
    # becomes