Skip to content

Commit c95d695

Browse files
committed
fix: Typo
1 parent c0a8777 commit c95d695

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlalchemy_serializer/lib/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def to_strict(self):
3232
self.is_greedy = False
3333
for tree in self.values():
3434
if not tree:
35-
continue # Exclude leafs
35+
continue # Exclude leaves
3636
tree.to_strict()
3737

3838
def __repr__(self) -> str:

0 commit comments

Comments
 (0)