diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-10-19 21:55:55 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-10-19 21:55:55 (GMT) |
commit | 8a7a9cf50725c9218d53a478df1c069ed93427fb (patch) | |
tree | d65bc6aaf3e60d4373a3ad5b245ffbb62847d297 /Doc | |
parent | c1d7597b1dfa5983eddbab0abbc431a8bc559401 (diff) | |
download | cpython-8a7a9cf50725c9218d53a478df1c069ed93427fb.zip cpython-8a7a9cf50725c9218d53a478df1c069ed93427fb.tar.gz cpython-8a7a9cf50725c9218d53a478df1c069ed93427fb.tar.bz2 |
[Bug #1576348] Fix typo in example
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/inst/inst.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex index df7c656..6db22ac 100644 --- a/Doc/inst/inst.tex +++ b/Doc/inst/inst.tex @@ -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 |