From: Fred Drake Date: Thu, 25 Mar 2004 16:14:17 +0000 (+0000) Subject: fix typo X-Git-Tag: v2.4a1~573 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f00c5453e550746fbbc8d1f1430db8b8a1f8bdd;p=python fix typo --- diff --git a/Doc/lib/distutils.tex b/Doc/lib/distutils.tex index 54726281ad..3de9ddec9b 100644 --- a/Doc/lib/distutils.tex +++ b/Doc/lib/distutils.tex @@ -28,7 +28,7 @@ the \module{distutils} package, read for developers and packagers of Python modules. This describes how to prepare \module{distutils}-based packages so that they may be easily installed into an existing - Python installaion.} + Python installation.} \seetitle[../inst/inst.html]{Installing Python Modules}{An ``administrators'' manual which includes information on