[Checkins] SVN: zc.recipe.filestorage/trunk/README.txt Small doc fix.

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Nov 3 15:26:25 EDT 2007


Log message for revision 81451:
  Small doc fix.
  

Changed:
  U   zc.recipe.filestorage/trunk/README.txt

-=-
Modified: zc.recipe.filestorage/trunk/README.txt
===================================================================
--- zc.recipe.filestorage/trunk/README.txt	2007-11-03 19:25:24 UTC (rev 81450)
+++ zc.recipe.filestorage/trunk/README.txt	2007-11-03 19:26:25 UTC (rev 81451)
@@ -75,7 +75,7 @@
 
     >>> recipe.update()
 
-If the storage's directory is removed, is it re-added by the update method::
+If the storage's directory is removed, is it re-added by the update method:
 
     >>> os.rmdir(os.path.join(d, 'db'))
     >>> os.listdir(d)



More information about the Checkins mailing list