[Checkins] SVN: zc.buildout/trunk/src/zc/buildout/easy_install.txt Fixed typos.

Jim Fulton jim at zope.com
Sun May 6 16:22:20 EDT 2007


Log message for revision 75586:
  Fixed typos.
  

Changed:
  U   zc.buildout/trunk/src/zc/buildout/easy_install.txt

-=-
Modified: zc.buildout/trunk/src/zc/buildout/easy_install.txt
===================================================================
--- zc.buildout/trunk/src/zc/buildout/easy_install.txt	2007-05-06 20:12:31 UTC (rev 75585)
+++ zc.buildout/trunk/src/zc/buildout/easy_install.txt	2007-05-06 20:22:19 UTC (rev 75586)
@@ -826,7 +826,7 @@
 
 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 @@
     >>> 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')



More information about the Checkins mailing list