Commit 848f88bc authored by Jim Fulton's avatar Jim Fulton

fixes to wording bugs spotted by @jamadden.

parent a9ae27fd
...@@ -67,8 +67,8 @@ provide ways of managing an installation as a whole. Buildout, on the ...@@ -67,8 +67,8 @@ provide ways of managing an installation as a whole. Buildout, on the
other hand, was all about automation and repeatability. other hand, was all about automation and repeatability.
To achieve Buildout's goals, it was necessary to interact with To achieve Buildout's goals, it was necessary to interact with
setuptools at a much lower level and to write quite a bit of packaging setuptools at a much lower level and to write quite a bit more
logic than planned. packaging logic than planned.
Eggs Eggs
---- ----
...@@ -88,7 +88,7 @@ result: ...@@ -88,7 +88,7 @@ result:
- They needed to be added to the Python path. The ``easy_install`` - They needed to be added to the Python path. The ``easy_install``
command did this by generating complex `.pth files command did this by generating complex `.pth files
<https://docs.python.org/2/library/site.html>`_. This often <https://docs.python.org/2/library/site.html>`_. This often
lead to hard to diagnose bugs and frustration. led to hard to diagnose bugs and frustration.
- By default, eggs were installed as `zip files - By default, eggs were installed as `zip files
<https://en.wikipedia.org/wiki/Zip_(file_format)>`_. Software <https://en.wikipedia.org/wiki/Zip_(file_format)>`_. Software
......
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