From: Guido van Rossum Date: Thu, 16 May 2002 14:45:37 +0000 (+0000) Subject: Typo. X-Git-Tag: v2.3c1~5653 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18ca791028f77722cc7f450a414ab3b73415ea01;p=python Typo. --- diff --git a/Doc/ext/building.tex b/Doc/ext/building.tex index 3f54b43f77..42384c1bf0 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 built using distutils. +extension 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