diff options
author | Guido van Rossum <guido@python.org> | 2002-05-16 14:45:37 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-05-16 14:45:37 (GMT) |
commit | 18ca791028f77722cc7f450a414ab3b73415ea01 (patch) | |
tree | eb31c06c992d8ffa3d9eea0a97471a220c59022c /Doc | |
parent | 4e7655558c6868584ec2c78dbca7e9dad7507421 (diff) | |
download | cpython-18ca791028f77722cc7f450a414ab3b73415ea01.zip cpython-18ca791028f77722cc7f450a414ab3b73415ea01.tar.gz cpython-18ca791028f77722cc7f450a414ab3b73415ea01.tar.bz2 |
Typo.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/ext/building.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ext/building.tex b/Doc/ext/building.tex index 3f54b43..42384c1 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 |