summaryrefslogtreecommitdiffstats
path: root/Doc/inst/inst.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-07-10 11:11:15 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-07-10 11:11:15 (GMT)
commit682be2249d195394b7b0de4115b8e2f016018834 (patch)
tree60f1274ff92e020b2ba892a095e017bbfaba7217 /Doc/inst/inst.tex
parent64a84702461a22bc36f8534ec42f47096abfcc94 (diff)
downloadcpython-682be2249d195394b7b0de4115b8e2f016018834.zip
cpython-682be2249d195394b7b0de4115b8e2f016018834.tar.gz
cpython-682be2249d195394b7b0de4115b8e2f016018834.tar.bz2
SF bug 988387: markup nits.
Diffstat (limited to 'Doc/inst/inst.tex')
-rw-r--r--Doc/inst/inst.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex
index 51802c0..c7e119f 100644
--- a/Doc/inst/inst.tex
+++ b/Doc/inst/inst.tex
@@ -321,7 +321,7 @@ statements shown below, and get the output as shown, to find out my
\filevar{prefix} and \filevar{exec-prefix}:
\begin{verbatim}
-Python 1.5.2 (#1, Apr 18 1999, 16:03:16) [GCC pgcc-2.91.60 19981201 (egcs-1.1.1 on linux2
+Python 1.5.2 (#1, Apr 18 1999, 16:03:16) [GCC pgcc-2.91.60] on linux2
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> import sys
>>> sys.prefix
@@ -734,8 +734,8 @@ for installing fixed versions of standard modules.)
Paths can be absolute or relative, in which case they're relative to
the directory containing the \file{.pth} file. Any directories added
to the search path will be scanned in turn for \file{.pth} files. See
-\citetitle[http://www.python.org/dev/doc/devel/lib/module-site.html]{the
-documentation for the \module{site} module} for more information.
+\citetitle[http://www.python.org/dev/doc/devel/lib/module-site.html]
+{site module documentation} for more information.
A slightly less convenient way is to edit the \file{site.py} file in
Python's standard library, and modify \code{sys.path}. \file{site.py}
@@ -926,7 +926,7 @@ override the usual Distutils behaviour.
\subsection{Tweaking compiler/linker flags}
\label{tweak-flags}
-Compiling a Python extension written in C or \Cpp will sometimes
+Compiling a Python extension written in C or \Cpp{} will sometimes
require specifying custom flags for the compiler and linker in order
to use a particular library or produce a special kind of object code.
This is especially true if the extension hasn't been tested on your