From f45d4fab9e955f8b6a2129b43a8ab1c18f07c31e Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 5 Oct 2002 15:52:38 +0000 Subject: Typo --- Doc/ext/building.tex | 2 +- Doc/ext/windows.tex | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/Doc/ext/windows.tex b/Doc/ext/windows.tex index a24ecb5..3e83a58 100644 --- a/Doc/ext/windows.tex +++ b/Doc/ext/windows.tex @@ -110,7 +110,7 @@ Hello, world extension module. \item - \strong{Cretating your own project}\\ + \strong{Creating your own project}\\ Choose a name and create a directory for it. Copy your C sources into it. Note that the module source file name does not necessarily have to match the module name, but the name of the -- cgit v0.12