diff options
author | Fred Drake <fdrake@acm.org> | 2003-07-02 12:27:43 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-07-02 12:27:43 (GMT) |
commit | 2884d6de1553c0e29a7602fd68aa2ae9243bf689 (patch) | |
tree | e60756f5d5d6d0d92022983cc169e63a997d34b6 /Doc/inst/inst.tex | |
parent | e2ff8be761a5c4958572d2aa6c9ee247e3c90c85 (diff) | |
download | cpython-2884d6de1553c0e29a7602fd68aa2ae9243bf689.zip cpython-2884d6de1553c0e29a7602fd68aa2ae9243bf689.tar.gz cpython-2884d6de1553c0e29a7602fd68aa2ae9243bf689.tar.bz2 |
Fix a variety of small markup nits.
Diffstat (limited to 'Doc/inst/inst.tex')
-rw-r--r-- | Doc/inst/inst.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex index bfc996e..2b0d9ae 100644 --- a/Doc/inst/inst.tex +++ b/Doc/inst/inst.tex @@ -699,7 +699,7 @@ Type ``help'', ``copyright'', ``credits'' or ``license'' for more information. '/usr/local/lib/python2.3/lib-tk', '/usr/local/lib/python2.3/lib-dynload', '/usr/local/lib/python2.3/site-packages'] >>> -\end{verbatim} +\end{verbatim} % $ <-- bow to font-lock The null string in \code{sys.path} represents the current working directory. @@ -1002,7 +1002,7 @@ Compiler flags can also be supplied through setting the \subsection{Using non-Microsoft compilers on Windows \label{non-ms-compilers}} \sectionauthor{Rene Liebscher}{R.Liebscher@gmx.de} -\subsubsection{Borland C++} +\subsubsection{Borland \Cpp} This subsection describes the necessary steps to use Distutils with the Borland \Cpp{} compiler version 5.5. @@ -1056,7 +1056,7 @@ for Distutils (see section~\ref{config-files}.) \seetitle[http://www.cyberus.ca/\~{}g_will/pyExtenDL.shtml] {Creating Python Extensions Using Borland's Free Compiler} - {Document describing how to use Borland's free command-line C++ + {Document describing how to use Borland's free command-line \Cpp compiler to build Python.} \end{seealso} |