Commit 8827672f authored by Gary Poster's avatar Gary Poster

typo and whitespace

parent 68d7a71a
......@@ -24,14 +24,14 @@ else:
__test__ = dict(
test_selecting_python_via_easy_install=
"""\
We can specify an specific Python executable.
We can specify a specific Python executable.
>>> dest = tmpdir('sample-install')
>>> ws = zc.buildout.easy_install.install(
... ['demo'], dest, links=[link_server],
... index='http://www.python.org/pypi/',
... always_unzip=True, executable= other_executable)
... always_unzip=True, executable=other_executable)
>>> ls(dest)
d demo-0.3-py%(other_version)s.egg
......
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