Commit d3edf4ea authored by jim's avatar jim

Fixed typos.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@75586 62d5b8a3-27da-0310-9561-8e5933582275
parent 1d11b071
......@@ -826,7 +826,7 @@ create source distributions of an entire buildout.
A download cache is specified by calling the download_cache
function. The function always returns the previous setting. If no
argument is passed, then the setting is unchanged. Is an argument is
argument is passed, then the setting is unchanged. If an argument is
passed, the download cache is set to the given path, which must point
to an existing directory. Passing None clears the cache setting.
......@@ -836,7 +836,7 @@ directory:
>>> cache = tmpdir('cache')
>>> zc.buildout.easy_install.download_cache(cache)
We'll recreate out destination directory:
We'll recreate our destination directory:
>>> remove(dest)
>>> dest = tmpdir('sample-install')
......
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