Commit 4fc9694d authored by Evan Simpson's avatar Evan Simpson

Fixed assorted typos (Collector #218)

parent 7fda00fe
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
import Persistence import Persistence
class Length(Persistence.Persistent): 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. Objects that use BTrees need to keep track of lengths themselves.
This class provides an object for doing this. This class provides an object for doing this.
......
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
############################################################################## ##############################################################################
def convert(old, new, threshold=200, f=None, None=None): 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 n=0
for k, v in old.items(): for k, v in old.items():
if f is not None: v=f(v) if f is not None: v=f(v)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment