[Checkins] SVN: zc.buildout/branches/gary-4/src/zc/buildout/easy_install.py fix docstring

Gary Poster gary.poster at canonical.com
Tue Feb 23 15:39:30 EST 2010


Log message for revision 109386:
  fix docstring

Changed:
  U   zc.buildout/branches/gary-4/src/zc/buildout/easy_install.py

-=-
Modified: zc.buildout/branches/gary-4/src/zc/buildout/easy_install.py
===================================================================
--- zc.buildout/branches/gary-4/src/zc/buildout/easy_install.py	2010-02-23 20:38:18 UTC (rev 109385)
+++ zc.buildout/branches/gary-4/src/zc/buildout/easy_install.py	2010-02-23 20:39:30 UTC (rev 109386)
@@ -983,8 +983,8 @@
     """Generate scripts and/or an interpreter.
 
     See sitepackage_safe_scripts for a version that can be used with a Python
-    that can be used with a Python that has code installed in site-packages.
-    It has more options and a different approach.
+    that has code installed in site-packages. It has more options and a
+    different approach.
     """
     path = _get_path(working_set, extra_paths)
     if initialization:



More information about the checkins mailing list