Commit 34bf2103 authored by Christian Zagrodnick's avatar Christian Zagrodnick

typo

parent 8a16b4ba
...@@ -82,6 +82,10 @@ python ...@@ -82,6 +82,10 @@ python
Python executable is found in the executable option of the named Python executable is found in the executable option of the named
section. section.
environment
The name of a section wich additional environment variables. The
envirionment variables are set before the egg is built.
To illustrate this, we'll define a buildout that builds an egg for a To illustrate this, we'll define a buildout that builds an egg for a
package that has a simple extension module:: package that has a simple extension module::
...@@ -102,7 +106,7 @@ package that has a simple extension module:: ...@@ -102,7 +106,7 @@ package that has a simple extension module::
#endif #endif
} }
The extension depends on a system-dependnt include file, extdemo.h, The extension depends on a system-dependent include file, extdemo.h,
that defines a constant, EXTDEMO, that is exposed by the extension. that defines a constant, EXTDEMO, that is exposed by the extension.
The extension module is available as a source distribution, The extension module is available as a source distribution,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment