summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-05-16 13:48:01 (GMT)
committerFred Drake <fdrake@acm.org>2002-05-16 13:48:01 (GMT)
commit742dc774af4de1728dac3435af1380d4be512f9e (patch)
tree43f634e1e9494a296f1701955481d2245b9027e6 /Doc
parentf077f790c4ef0f0aff230698558e140bf055dede (diff)
downloadcpython-742dc774af4de1728dac3435af1380d4be512f9e.zip
cpython-742dc774af4de1728dac3435af1380d4be512f9e.tar.gz
cpython-742dc774af4de1728dac3435af1380d4be512f9e.tar.bz2
Typo: build -> built
Diffstat (limited to 'Doc')
-rw-r--r--Doc/ext/building.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ext/building.tex b/Doc/ext/building.tex
index 9eadca3..3f54b43 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