[Checkins] SVN: z3c.resource/trunk/src/z3c/resource/README.txt Fix typo.

Marius Gedminas marius at pov.lt
Mon Aug 9 11:06:31 EDT 2010


Log message for revision 115574:
  Fix typo.
  
  (Not that it helps me understand what this package's about.  Resources
  that are stored in the ZODB rather than on the filesystem?)
  
  

Changed:
  U   z3c.resource/trunk/src/z3c/resource/README.txt

-=-
Modified: z3c.resource/trunk/src/z3c/resource/README.txt
===================================================================
--- z3c.resource/trunk/src/z3c/resource/README.txt	2010-08-09 15:00:44 UTC (rev 115573)
+++ z3c.resource/trunk/src/z3c/resource/README.txt	2010-08-09 15:06:30 UTC (rev 115574)
@@ -66,7 +66,7 @@
   >>> traverser.traverse(None, None).__name__ == u'++resource++'
   True
 
-And we can traverse to the resource item by it's name:
+And we can traverse to the resource item by its name:
 
   >>> traverser.traverse('item', None)
   <Item object at ...>



More information about the checkins mailing list