We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a8777 commit c95d695Copy full SHA for c95d695
1 file changed
sqlalchemy_serializer/lib/schema.py
@@ -32,7 +32,7 @@ def to_strict(self):
32
self.is_greedy = False
33
for tree in self.values():
34
if not tree:
35
- continue # Exclude leafs
+ continue # Exclude leaves
36
tree.to_strict()
37
38
def __repr__(self) -> str:
0 commit comments