summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-02-26 01:00:35 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-02-26 01:00:35 (GMT)
commit060b812a4bc9a3acb42d8edc0290f5e77126446f (patch)
treeab82570c84905fdecd90cc57fa4a9f4e5736a34f
parentae50babe32b53049910d8d0bb8a2eeac7c18a477 (diff)
downloadcpython-060b812a4bc9a3acb42d8edc0290f5e77126446f.zip
cpython-060b812a4bc9a3acb42d8edc0290f5e77126446f.tar.gz
cpython-060b812a4bc9a3acb42d8edc0290f5e77126446f.tar.bz2
Fix markup errors
-rw-r--r--Doc/library/sys.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index 3873eb8..2cf3267 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -208,7 +208,7 @@ always available.
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 @@ always available.
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``.