Commit 5aba8977 authored by jim's avatar jim

Fixed typos.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71504 62d5b8a3-27da-0310-9561-8e5933582275
parent c90b55e8
......@@ -1749,7 +1749,7 @@ Extensions
----------
An **experimental** feature allows code to be loaded and run after
condiguration files have been read but before the buildout has begun
configuration files have been read but before the buildout has begun
any processing. The intent is to allow special plugins such as
urllib2 request handlers to be loaded.
......@@ -1811,7 +1811,7 @@ the network, we wouldn't need to do anything special.
... parts =
... """)
We see that out extension is loaded and executed:
We see that our extension is loaded and executed:
>>> print system(os.path.join(sample_bootstrapped, 'bin', 'buildout')),
ext ['buildout']
......
......@@ -92,7 +92,7 @@ number of names to the test namespace:
``bdist_egg(setup, executable, dest)``
Create an egg by running the given setup file with the given
Python executable and placing the result in the given destination
directory. If the setup argument is a directory, the thge
directory. If the setup argument is a directory, then the
setup.py file in that directory is used.
``find_python(version)``
......
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