Commit 3ff63a56 authored by mauritsvanrees's avatar mauritsvanrees

fixed typo: buildut -> buildout

git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@88390 62d5b8a3-27da-0310-9561-8e5933582275
parent 3c99790e
......@@ -4,7 +4,7 @@ Using zc.buildout to run setup scripts
zc buildout has a convenience command for running setup scripts. Why?
There are two reasons. If a setup script doesn't import setuptools,
you can't use any setuptools-provided commands, like bdist_egg. When
buildut runs a setup script, it arranges to import setuptools before
buildout runs a setup script, it arranges to import setuptools before
running the script so setuptools-provided commands are available.
If you use a squeaky-clean Python to do your development, the setup
......
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