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

typo and whitespace

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