Commit e2f2645a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 80f0e5eb
...@@ -529,7 +529,7 @@ def Restructure(ztree, newStructure): ...@@ -529,7 +529,7 @@ def Restructure(ztree, newStructure):
# specified keys and btree depth up-to maxdepth. Each tree node is split by # specified keys and btree depth up-to maxdepth. Each tree node is split by
# up-to maxsplit points. # up-to maxsplit points.
# #
# Generated trees contains Buckets with only keys. # Generated trees contains key-only Buckets.
# #
# If allowEmptyBuckets=y tree structures with empty buckets are also generated. # If allowEmptyBuckets=y tree structures with empty buckets are also generated.
# By default, except for empty-tree case, only tree structures with non-empty # By default, except for empty-tree case, only tree structures with non-empty
......
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