[Zope-Checkins] CVS: Zope2 - Length.py:1.3 convert.py:1.3
evan@serenade.digicool.com
evan@serenade.digicool.com
Mon, 21 May 2001 15:41:23 -0400
Update of /cvs-repository/Zope2/lib/python/BTrees
In directory serenade:/home/evan/Zope/trunk/lib/python/BTrees
Modified Files:
Length.py convert.py
Log Message:
Fixed assorted typos (Collector #218)
--- Updated File Length.py in package Zope2 --
--- Length.py 2001/03/15 13:16:22 1.2
+++ Length.py 2001/05/21 19:40:53 1.3
@@ -86,7 +86,7 @@
import Persistence
class Length(Persistence.Persistent):
- """BTree lengths aqre too expensive to compute
+ """BTree lengths are too expensive to compute
Objects that use BTrees need to keep track of lengths themselves.
This class provides an object for doing this.
--- Updated File convert.py in package Zope2 --
--- convert.py 2001/03/15 13:16:22 1.2
+++ convert.py 2001/05/21 19:40:53 1.3
@@ -84,7 +84,7 @@
##############################################################################
def convert(old, new, threshold=200, f=None, None=None):
- "Utility for converting old btree new new"
+ "Utility for converting old btree to new"
n=0
for k, v in old.items():
if f is not None: v=f(v)