]> granicus.if.org Git - python/commitdiff
Typo: build -> built
authorFred Drake <fdrake@acm.org>
Thu, 16 May 2002 13:48:01 +0000 (13:48 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 16 May 2002 13:48:01 +0000 (13:48 +0000)
Doc/ext/building.tex

index 9eadca30bb80403b7e264c2ee64edab6dd6a69db..3f54b43f77f20fd3a078d81464948948f446cb3d 100644 (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