@@ -195,7 +195,7 @@ always available.
195195 be set at build time with the ``--exec-prefix `` argument to the
196196 :program: `configure ` script. Specifically, all configuration files (e.g. the
197197 :file: `pyconfig.h ` header file) are installed in the directory
198- :file: `{ exec_prefix } /lib/python{ X.Y } /config' , and shared library modules are
198+ :file: `{ exec_prefix } /lib/python{ X.Y } /config` , and shared library modules are
199199 installed in :file: `{ exec_prefix } /lib/python{ X.Y } /lib-dynload `, where *X.Y *
200200 is the version number of Python, for example ``3.2 ``.
201201
@@ -750,12 +750,14 @@ always available.
750750 ====================== ===========================
751751
752752 .. seealso ::
753+
753754 :attr: `os.name ` has a coarser granularity. :func: `os.uname ` gives
754755 system-dependent version information.
755756
756757 The :mod: `platform ` module provides detailed checks for the
757758 system's identity.
758759
760+
759761.. data :: prefix
760762
761763 A string giving the site-specific directory prefix where the platform
@@ -764,7 +766,7 @@ always available.
764766 argument to the :program: `configure ` script. The main collection of Python
765767 library modules is installed in the directory :file: `{ prefix } /lib/python{ X.Y } ` `
766768 while the platform independent header files (all except :file: `pyconfig.h `) are
767- stored in :file: `{ prefix } /include/python{ X.Y } `` , where *X.Y * is the version
769+ stored in :file: `{ prefix } /include/python{ X.Y } `, where *X.Y * is the version
768770 number of Python, for example ``3.2 ``.
769771
770772
0 commit comments