Skip to content

Commit 5038ab2

Browse files
committed
typo in readme
1 parent 6bb2ee8 commit 5038ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ print(unflattened == nested) # Output: True
5252
leaves = list(iter_leaves(nested))
5353
print(leaves) # Output: [42, 'new_value']
5454

55-
# Iterate over leaf conainers and keys
55+
# Iterate over leaf containers and keys
5656
leaf_refs = list(iter_leaf_containers(nested))
5757
print(leaf_refs) # Output: [({'c': 42}, 'c'), ({'b': {'c': 42}, 'z': 'new_value'}, 'z')]
5858

0 commit comments

Comments
 (0)