From: Fred Drake Date: Thu, 16 May 2002 13:47:31 +0000 (+0000) Subject: Typo: build -> built X-Git-Tag: v2.2.2b1~363 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3e3352c73ce29e84e6e59765eab40b8eecbdff0;p=thirdparty%2FPython%2Fcpython.git Typo: build -> built --- diff --git a/Doc/ext/building.tex b/Doc/ext/building.tex index 9eadca30bb80..3f54b43f77f2 100644 --- a/Doc/ext/building.tex +++ b/Doc/ext/building.tex @@ -8,7 +8,7 @@ file for building make files for building dynamically-linked extensions and custom interpreters. Starting with Python 2.0, this mechanism (known as related to Makefile.pre.in, and Setup files) is no longer supported. Building custom interpreters was rarely used, and -extensions modules can be build using distutils. +extensions modules can be built using distutils. Building an extension module using distutils requires that distutils is installed on the build machine, which is included in Python 2.x and