[Python-checkins] cpython (2.7): Fix markup errors
eric.araujo
python-checkins at python.org
Sun Feb 26 03:49:22 CET 2012
http://hg.python.org/cpython/rev/ca6455c919e7
changeset: 75278:ca6455c919e7
branch: 2.7
user: Éric Araujo <merwok at netwok.org>
date: Sun Feb 26 02:00:35 2012 +0100
summary:
Fix markup errors
files:
Doc/library/sys.rst | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -208,7 +208,7 @@
be set at build time with the ``--exec-prefix`` argument to the
:program:`configure` script. Specifically, all configuration files (e.g. the
:file:`pyconfig.h` header file) are installed in the directory
- :file:`{exec_prefix}/lib/python{X.Y}/config', and shared library modules are
+ :file:`{exec_prefix}/lib/python{X.Y}/config`, and shared library modules are
installed in :file:`{exec_prefix}/lib/python{X.Y}/lib-dynload`, where *X.Y*
is the version number of Python, for example ``2.7``.
@@ -775,7 +775,7 @@
argument to the :program:`configure` script. The main collection of Python
library modules is installed in the directory :file:`{prefix}/lib/python{X.Y}``
while the platform independent header files (all except :file:`pyconfig.h`) are
- stored in :file:`{prefix}/include/python{X.Y}``, where *X.Y* is the version
+ stored in :file:`{prefix}/include/python{X.Y}`, where *X.Y* is the version
number of Python, for example ``2.7``.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list