From: Andrew M. Kuchling Date: Thu, 19 Oct 2006 21:55:55 +0000 (+0000) Subject: [Bug #1576348] Fix typo in example X-Git-Tag: v2.6a1~2543 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a7a9cf50725c9218d53a478df1c069ed93427fb;p=python [Bug #1576348] Fix typo in example --- diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex index df7c656291..6db22ac5eb 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