Skip to content

Commit 44dbd07

Browse files
committed
Merge heads.
2 parents 5c6b3e2 + 402f75d commit 44dbd07

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/library/subprocess.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ modules and functions can be found in the following sections.
2222
:pep:`324` -- PEP proposing the subprocess module
2323

2424

25-
Using the subprocess Module
26-
---------------------------
25+
Using the :mod:`subprocess` Module
26+
----------------------------------
2727

2828
The recommended approach to invoking subprocesses is to use the following
2929
convenience functions for all use cases they can handle. For more advanced
@@ -731,8 +731,8 @@ The :mod:`subprocess` module exposes the following constants.
731731

732732
.. _subprocess-replacements:
733733

734-
Replacing Older Functions with the subprocess Module
735-
----------------------------------------------------
734+
Replacing Older Functions with the :mod:`subprocess` Module
735+
-----------------------------------------------------------
736736

737737
In this section, "a becomes b" means that b can be used as a replacement for a.
738738

@@ -748,7 +748,7 @@ In this section, "a becomes b" means that b can be used as a replacement for a.
748748
the raised exception.
749749

750750
In the following examples, we assume that the relevant functions have already
751-
been imported from the subprocess module.
751+
been imported from the :mod:`subprocess` module.
752752

753753

754754
Replacing /bin/sh shell backquote

0 commit comments

Comments
 (0)