@@ -554,10 +554,10 @@ C headers ``--install-headers``
554554
555555These override options can be relative, absolute,
556556or explicitly defined in terms of one of the installation base directories.
557- (There are two installation base directories, and they are normally the same---
558- they only differ when you use the Unix "prefix scheme" and supply different
559- ``--prefix `` and ``--exec-prefix `` options; using ``--install-lib `` will
560- override values computed or given for ``--install-purelib `` and
557+ (There are two installation base directories, and they are normally the
558+ same--- they only differ when you use the Unix "prefix scheme" and supply
559+ different ``--prefix `` and ``--exec-prefix `` options; using ``--install-lib ``
560+ will override values computed or given for ``--install-purelib `` and
561561``--install-platlib ``, and is recommended for schemes that don't make a
562562difference between Python and extension modules.)
563563
@@ -584,10 +584,10 @@ in this case.)
584584
585585If you maintain Python on Windows, you might want third-party modules to live in
586586a subdirectory of :file: `{ prefix } `, rather than right in :file: `{ prefix } `
587- itself. This is almost as easy as customizing the script installation directory
588- ---you just have to remember that there are two types of modules to worry about,
589- Python and extension modules, which can conveniently be both controlled by one
590- option::
587+ itself. This is almost as easy as customizing the script installation
588+ directory ---you just have to remember that there are two types of modules
589+ to worry about, Python and extension modules, which can conveniently be both
590+ controlled by one option::
591591
592592 python setup.py install --install-lib=Site
593593
0 commit comments