mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
[Bug #1576348] Fix typo in example
This commit is contained in:
parent
c1d7597b1d
commit
8a7a9cf507
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue