Skip to content

Commit 937023c

Browse files
committed
Fix typo: shaped -> shapes.
1 parent c4b96a5 commit 937023c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vectordatasource/transform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3194,7 +3194,7 @@ def _merge_shapes_recursively(shapes, shapes_per_merge, merger, depth=0,
31943194
assert isinstance(merger, RecursiveMerger)
31953195

31963196
# don't keep recursing. if we haven't been able to get to a smaller number
3197-
# of shaped by 5 levels down, then perhaps there are particularly large
3197+
# of shapes by 5 levels down, then perhaps there are particularly large
31983198
# shapes which are preventing things getting split up correctly.
31993199
if len(shapes) <= shapes_per_merge and depth == 0:
32003200
return merger.root(merger.leaf(shapes))

0 commit comments

Comments
 (0)