Commit d4c60b08 authored by Tim Peters's avatar Tim Peters

Typo repair.

parent 9439f96e
...@@ -169,5 +169,5 @@ More or less random bits of helpful info. ...@@ -169,5 +169,5 @@ More or less random bits of helpful info.
+ DEFAULT_MAX_BUCKET_SIZE and DEFAULT_MAX_BTREE_SIZE are chosen + DEFAULT_MAX_BUCKET_SIZE and DEFAULT_MAX_BTREE_SIZE are chosen
mostly to "even out" pickle sizes in storage. That's why, e.g., mostly to "even out" pickle sizes in storage. That's why, e.g.,
an IIBTree has large values than an OOBTree: pickles store ints an IIBTree has larger values than an OOBTree: pickles store ints
more efficiently than they can store arbitrary Python objects. more efficiently than they can store arbitrary Python objects.
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