From fa58a97e58aeba1ce40a7bb701df25ce8ee084ac Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 6 Jun 2011 15:23:23 +0100 Subject: Documentation of BTree class. --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/index.rst b/doc/index.rst index fd39563..e8799aa 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -29,7 +29,7 @@ only possible within a forest. Thus, also, only trees in the same forest can share nodes. All **keys** in a all trees in a forest must be string of the same size. **Values** are strings and are stored in **nodes**, and -can be of any size, almost up to the size of a node. +can be of any size, almost up to half the size of a node. When creating a forest, you must specify the sizes of keys and nodes, and the directory in which everything gets stored:: -- cgit v1.2.1