From 8a7a9cf50725c9218d53a478df1c069ed93427fb Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 19 Oct 2006 21:55:55 +0000 Subject: [Bug #1576348] Fix typo in example --- Doc/inst/inst.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12