@@ -104,7 +104,7 @@ setup script). Indirectly provides the :class:`distutils.dist.Distribution` and
104104 | *package_dir * | A mapping of package to | a dictionary |
105105 | | directory names | |
106106 +--------------------+--------------------------------+-------------------------------------------------------------+
107-
107+
108108
109109
110110.. function :: run_setup(script_name[, script_args=None, stop_after='run'])
@@ -755,7 +755,7 @@ This module provides the following functions.
755755 standard output, otherwise do nothing.
756756
757757.. % \subsection{Compiler-specific modules}
758- .. %
758+ .. %
759759.. % The following modules implement concrete subclasses of the abstract
760760.. % \class{CCompiler} class. They should not be instantiated directly, but should
761761.. % be created using \function{distutils.ccompiler.new_compiler()} factory
@@ -859,7 +859,7 @@ Contains :class:`MWerksCompiler`, an implementation of the abstract
859859Macintosh. Needs work to support CW on Windows or Mac OS X.
860860
861861.. % \subsection{Utility modules}
862- .. %
862+ .. %
863863.. % The following modules all provide general utility functions. They haven't
864864.. % all been documented yet.
865865
@@ -1110,13 +1110,13 @@ other utility module.
11101110
11111111 For MacOS X systems the OS version reflects the minimal version on which
11121112 binaries will run (that is, the value of ``MACOSX_DEPLOYMENT_TARGET ``
1113- during the build of Python), not the OS version of the current system.
1113+ during the build of Python), not the OS version of the current system.
11141114
11151115 For universal binary builds on MacOS X the architecture value reflects
11161116 the univeral binary status instead of the architecture of the current
1117- processor. For 32-bit universal binaries the architecture is ``fat ``,
1118- for 64-bit universal binaries the architecture is ``fat64 ``, and
1119- for 4-way universal binaries the architecture is ``universal ``.
1117+ processor. For 32-bit universal binaries the architecture is ``fat ``,
1118+ for 64-bit universal binaries the architecture is ``fat64 ``, and
1119+ for 4-way universal binaries the architecture is ``universal ``.
11201120
11211121 Examples of returned values on MacOS X:
11221122
@@ -1693,7 +1693,7 @@ lines, and joining lines with backslashes.
16931693
16941694.. % todo
16951695.. % \section{Distutils Commands}
1696- .. %
1696+ .. %
16971697.. % This part of Distutils implements the various Distutils commands, such
16981698.. % as \code{build}, \code{install} \&c. Each command is implemented as a
16991699.. % separate module, with the command name as the name of the module.
0 commit comments