[Checkins] SVN: z3c.recipe.filetemplate/trunk/z3c/recipe/filetemplate/README.txt fix formatting of path definitions in README

Gary Poster gary at modernsongs.com
Thu Apr 30 18:38:41 EDT 2009


Log message for revision 99627:
  fix formatting of path definitions in README

Changed:
  U   z3c.recipe.filetemplate/trunk/z3c/recipe/filetemplate/README.txt

-=-
Modified: z3c.recipe.filetemplate/trunk/z3c/recipe/filetemplate/README.txt
===================================================================
--- z3c.recipe.filetemplate/trunk/z3c/recipe/filetemplate/README.txt	2009-04-30 18:59:42 UTC (rev 99626)
+++ z3c.recipe.filetemplate/trunk/z3c/recipe/filetemplate/README.txt	2009-04-30 22:38:40 UTC (rev 99627)
@@ -277,10 +277,15 @@
 If "paths" are the non-zip paths, and "all_paths" are all paths, then the
 options would be defined roughly as given here:
 
-    os-paths: (os.pathsep).join(paths)
-    string-paths: ', '.join(repr(p) for p in all_paths)
-    space-paths: ' '.join(paths)
+``os-paths``
+  ``(os.pathsep).join(paths)``
+  
+``string-paths``
+  ``', '.join(repr(p) for p in all_paths)``
 
+``space-paths``
+  ``' '.join(paths)``
+
 For instance, consider this example.
 
     >>> write(sample_buildout, 'buildout.cfg',



More information about the Checkins mailing list