[Checkins] SVN: ZODB/trunk/src/ZODB/interfaces.py fixed interface doc string

Thomas Lotze tl at gocept.com
Tue Feb 12 03:38:51 EST 2008


Log message for revision 83759:
  fixed interface doc string

Changed:
  U   ZODB/trunk/src/ZODB/interfaces.py

-=-
Modified: ZODB/trunk/src/ZODB/interfaces.py
===================================================================
--- ZODB/trunk/src/ZODB/interfaces.py	2008-02-12 08:17:26 UTC (rev 83758)
+++ ZODB/trunk/src/ZODB/interfaces.py	2008-02-12 08:38:51 UTC (rev 83759)
@@ -811,12 +811,12 @@
         iterating over the transactions in the storage.
 
         If the start argument is not None, then iteration will start
-        with the first transaction whos identifier is greater than or
+        with the first transaction whose identifier is greater than or
         equal to start.
 
         If the stop argument is not None, then iteration will end with
-        the last transaction whos identifier is less than or equal to
-        start.
+        the last transaction whose identifier is less than or equal to
+        stop.
 
         """
 



More information about the Checkins mailing list