[Checkins] SVN: zc.buildout/branches/gary-1-minor-cleanup/src/zc/buildout/testselectingpython.py typo and whitespace

Gary Poster gary.poster at canonical.com
Thu Sep 24 14:34:01 EDT 2009


Log message for revision 104504:
  typo and whitespace

Changed:
  U   zc.buildout/branches/gary-1-minor-cleanup/src/zc/buildout/testselectingpython.py

-=-
Modified: zc.buildout/branches/gary-1-minor-cleanup/src/zc/buildout/testselectingpython.py
===================================================================
--- zc.buildout/branches/gary-1-minor-cleanup/src/zc/buildout/testselectingpython.py	2009-09-24 18:32:33 UTC (rev 104503)
+++ zc.buildout/branches/gary-1-minor-cleanup/src/zc/buildout/testselectingpython.py	2009-09-24 18:34:00 UTC (rev 104504)
@@ -24,14 +24,14 @@
 __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



More information about the checkins mailing list