[Checkins] SVN: zc.sourcefactory/trunk/src/zc/sourcefactory/browser/token.txt - more restification/typos

Christian Theune ct at gocept.com
Tue May 8 07:45:18 EDT 2007


Log message for revision 75622:
   - more restification/typos
  

Changed:
  U   zc.sourcefactory/trunk/src/zc/sourcefactory/browser/token.txt

-=-
Modified: zc.sourcefactory/trunk/src/zc/sourcefactory/browser/token.txt
===================================================================
--- zc.sourcefactory/trunk/src/zc/sourcefactory/browser/token.txt	2007-05-08 11:03:48 UTC (rev 75621)
+++ zc.sourcefactory/trunk/src/zc/sourcefactory/browser/token.txt	2007-05-08 11:45:17 UTC (rev 75622)
@@ -5,12 +5,11 @@
 Tokens are an identifying representation of an object, suitable for
 transmission amongs URL-encoded data.
 
-The sourcefactory package provides a few standard generators for tokens:
+The sourcefactory package provides a few standard generators for tokens::
 
   >>> import zc.sourcefactory.browser.token
 
-Strings
-=======
+We have generators for strings::
 
   >>> zc.sourcefactory.browser.token.fromString('somestring')
   '1f129c42de5e4f043cbd88ff6360486f'
@@ -40,7 +39,7 @@
   '1234'
 
 If an object is persistent but has not been added to a database yet, it will
-be added to the database of it's __parent__:
+be added to the database of it's __parent__::
 
   >>> root = getRootFolder()
   >>> p1 = PersistentDummy()
@@ -55,7 +54,7 @@
   Traceback (most recent call last):
   ValueError: Can not determine OID for <PersistentDummy object at 0x...>
 
-Security proxied objects are unpacked to get to their connection attributed:
+Security proxied objects are unpacked to get to their connection attributed::
 
   >>> from zope.security.proxy import ProxyFactory
   >>> p3 = PersistentDummy()



More information about the Checkins mailing list