[Bug #1576348] Fix typo in example
This commit is contained in:
parent
c1d7597b1d
commit
8a7a9cf507
|
@ -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,
|
installation base directory when you run the setup script. For example,
|
||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
python setup.py --install-base=/tmp
|
python setup.py install --install-base=/tmp
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
would install pure modules to \filevar{/tmp/python/lib} in the first
|
would install pure modules to \filevar{/tmp/python/lib} in the first
|
||||||
|
|
Loading…
Reference in New Issue