[Checkins] SVN: z3c.recipe.mkdir/trunk/ small tweaks

Reinout van Rees reinout at vanrees.org
Thu Aug 20 08:46:22 EDT 2009


Log message for revision 103008:
  small tweaks

Changed:
  U   z3c.recipe.mkdir/trunk/CHANGES.txt
  U   z3c.recipe.mkdir/trunk/z3c/recipe/mkdir/README.txt

-=-
Modified: z3c.recipe.mkdir/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.mkdir/trunk/CHANGES.txt	2009-08-20 12:40:23 UTC (rev 103007)
+++ z3c.recipe.mkdir/trunk/CHANGES.txt	2009-08-20 12:46:21 UTC (rev 103008)
@@ -33,4 +33,4 @@
 0.1 (2009-08-17)
 ================
 
-Initial release.
+* Initial release.

Modified: z3c.recipe.mkdir/trunk/z3c/recipe/mkdir/README.txt
===================================================================
--- z3c.recipe.mkdir/trunk/z3c/recipe/mkdir/README.txt	2009-08-20 12:40:23 UTC (rev 103007)
+++ z3c.recipe.mkdir/trunk/z3c/recipe/mkdir/README.txt	2009-08-20 12:46:21 UTC (rev 103008)
@@ -96,7 +96,7 @@
 Creating directories that are removed on updates
 ================================================
 
-We can tell, that a directory should be removed on updates by using
+We can tell the recipe that a directory should be removed on updates by using
 the ``remove-on-update`` option:
 
   >>> write('buildout.cfg',
@@ -164,7 +164,7 @@
 Creating relative paths
 =======================
 
-If we specify a relative path, this path will be read relative to the
+If we specify a relative path, this path will be created relative to the
 buildout directory:
 
   >>> write('buildout.cfg',



More information about the Checkins mailing list