[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/keyreference/persistent.txt Fixed doctest (reported by Juergen Kartnaller).

Florent Guillaume fg at nuxeo.com
Tue Oct 4 11:55:14 EDT 2005


Log message for revision 38743:
  Fixed doctest (reported by Juergen Kartnaller).
  

Changed:
  U   Zope3/trunk/src/zope/app/keyreference/persistent.txt

-=-
Modified: Zope3/trunk/src/zope/app/keyreference/persistent.txt
===================================================================
--- Zope3/trunk/src/zope/app/keyreference/persistent.txt	2005-10-04 15:08:42 UTC (rev 38742)
+++ Zope3/trunk/src/zope/app/keyreference/persistent.txt	2005-10-04 15:55:13 UTC (rev 38743)
@@ -30,7 +30,7 @@
 
 We can call the keys to get the objects:
 
-    >>> key1() is root['ob1'], key1() is root['ob1']
+    >>> key1() is root['ob1'], key2() is root['ob2']
     (True, True)
     
 New keys to the same objects are equal to the old:



More information about the Zope3-Checkins mailing list