]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo
authorRaymond Hettinger <python@rcn.com>
Sat, 5 Oct 2002 15:52:38 +0000 (15:52 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 5 Oct 2002 15:52:38 +0000 (15:52 +0000)
Doc/ext/building.tex
Doc/ext/windows.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
index a24ecb560a5a3d9eb8fda7916e6aef05d1407930..3e83a58f6475e895209631888ab885c7f23f801e 100644 (file)
@@ -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