]> granicus.if.org Git - python/commitdiff
[Bug #1576348] Fix typo in example
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 19 Oct 2006 21:55:55 +0000 (21:55 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 19 Oct 2006 21:55:55 +0000 (21:55 +0000)
Doc/inst/inst.tex

index df7c656291db36cc47e26cab1c38a98b1b7e0bb4..6db22ac5eb6035abe4cc2ea2b22acdea23f9c246 100644 (file)
@@ -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