@@ -1545,7 +1545,7 @@ Python's own build procedures.
15451545=================================================
15461546
15471547.. module :: distutils.text_file
1548- :synopsis: provides the TextFile class, a simple interface to text files
1548+ :synopsis: Provides the TextFile class, a simple interface to text files
15491549
15501550
15511551This module provides the :class: `TextFile ` class, which gives an interface to
@@ -1684,7 +1684,7 @@ lines, and joining lines with backslashes.
16841684===================================================
16851685
16861686.. module :: distutils.version
1687- :synopsis: implements classes that represent module version numbers.
1687+ :synopsis: Implements classes that represent module version numbers.
16881688
16891689
16901690.. % todo
@@ -1699,7 +1699,7 @@ lines, and joining lines with backslashes.
16991699===================================================================
17001700
17011701.. module :: distutils.cmd
1702- :synopsis: This module provides the abstract base class Command. This class
1702+ :synopsis: Provides the abstract base class :class: ` ~distutils.cmd. Command` . This class
17031703 is subclassed by the modules in the distutils.command subpackage.
17041704
17051705
@@ -1792,7 +1792,7 @@ Subclasses of :class:`Command` must define the following methods.
17921792==========================================================
17931793
17941794.. module :: distutils.command
1795- :synopsis: This subpackage contains one module for each standard Distutils command.
1795+ :synopsis: Contains one module for each standard Distutils command.
17961796
17971797
17981798.. % \subsubsection{Individual Distutils commands}
@@ -2039,7 +2039,7 @@ This is described in more detail in :pep:`301`.
20392039===================================================================
20402040
20412041.. module :: distutils.command.check
2042- :synopsis: Check the metadata of a package
2042+ :synopsis: Check the meta-data of a package
20432043
20442044
20452045The ``check `` command performs some tests on the meta-data of a package.
0 commit comments