[Bug #1576348] Fix typo in example

This commit is contained in:
Andrew M. Kuchling 2006-10-19 21:55:55 +00:00
parent c1d7597b1d
commit 8a7a9cf507
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ Note that these two are \emph{not} equivalent if you supply a different
installation base directory when you run the setup script. For example,
\begin{verbatim}
python setup.py --install-base=/tmp
python setup.py install --install-base=/tmp
\end{verbatim}
would install pure modules to \filevar{/tmp/python/lib} in the first