From: Andrew M. Kuchling Date: Thu, 19 Oct 2006 21:56:14 +0000 (+0000) Subject: [Bug #1576348] Fix typo in example X-Git-Tag: v2.5.1c1~311 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51c4105617c349aa93ffc1cd88777f171e47b846;p=thirdparty%2FPython%2Fcpython.git [Bug #1576348] Fix typo in example --- diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex index df7c656291db..6db22ac5eb60 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