]> granicus.if.org Git - python/commitdiff
Typo.
authorGuido van Rossum <guido@python.org>
Thu, 16 May 2002 14:45:37 +0000 (14:45 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 16 May 2002 14:45:37 +0000 (14:45 +0000)
Doc/ext/building.tex

index 3f54b43f77f20fd3a078d81464948948f446cb3d..42384c1bf095122df265e9a7e094a2c36402b3cd 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 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