[Zope-Checkins] CVS: Zope3/src/ZODB - BaseStorage.py:1.47

Fred L. Drake, Jr. fred at zope.com
Tue Apr 13 18:01:51 EDT 2004


Update of /cvs-repository/Zope3/src/ZODB
In directory cvs.zope.org:/tmp/cvs-serv3001

Modified Files:
	BaseStorage.py 
Log Message:
fix epydoc-hostile text


=== Zope3/src/ZODB/BaseStorage.py 1.46 => 1.47 ===
--- Zope3/src/ZODB/BaseStorage.py:1.46	Sun Mar 21 11:38:53 2004
+++ Zope3/src/ZODB/BaseStorage.py	Tue Apr 13 18:01:51 2004
@@ -353,7 +353,7 @@
         """Copy transactions from another storage.
 
         This is typically used for converting data from one storage to
-        another.  `other' must have an .iterator() method.
+        another.  `other` must have an .iterator() method.
         """
         _ts=None
         ok=1




More information about the Zope-Checkins mailing list