Typo: build -> built

This commit is contained in:
Fred Drake 2002-05-16 13:48:01 +00:00
parent f077f790c4
commit 742dc774af
1 changed files with 1 additions and 1 deletions

View File

@ -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