Commit 66feb9c5 authored by Jim Fulton's avatar Jim Fulton

Fixed typos.

parent db715ef3
......@@ -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