summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-28 02:31:53 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-28 02:31:53 (GMT)
commitfd4365a4d84d064046669267123d4858926f88fa (patch)
treefb596a6c34642644112b096f0d31227f96f51210 /Doc/library
parent265281ac02d4ab82a8acdd38a1c38c4ecd9ce60d (diff)
downloadcpython-fd4365a4d84d064046669267123d4858926f88fa.zip
cpython-fd4365a4d84d064046669267123d4858926f88fa.tar.gz
cpython-fd4365a4d84d064046669267123d4858926f88fa.tar.bz2
Update suspicious ignore file.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/sys.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index a3c14e6..1166b64 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -764,7 +764,7 @@ always available.
independent Python files are installed; by default, this is the string
``'/usr/local'``. This can be set at build time with the ``--prefix``
argument to the :program:`configure` script. The main collection of Python
- library modules is installed in the directory :file:`{prefix}/lib/python{X.Y}``
+ 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
number of Python, for example ``3.2``.