mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +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,
|
||||
|
||||
\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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue