commit | 8a7a9cf50725c9218d53a478df1c069ed93427fb | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Thu Oct 19 21:55:55 2006 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Thu Oct 19 21:55:55 2006 +0000 |
tree | d65bc6aaf3e60d4373a3ad5b245ffbb62847d297 | |
parent | c1d7597b1dfa5983eddbab0abbc431a8bc559401 [diff] [blame] |
[Bug #1576348] Fix typo in example
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 @@ 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