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

Skip to content

Commit 402f75d

Browse files
committed
#10385: use the mod role in subprocess docs.
1 parent 6c5f521 commit 402f75d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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)