Skip to content

Commit 8c03499

Browse files
committed
Add missing apostrophe in docstring
1 parent fc10d0c commit 8c03499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flattentool/sort_iati.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def create_schema_dict(self, parent_name, parent_element=None):
121121

122122
def sort_iati_element(element, schema_subdict):
123123
"""
124-
Sort the given elements children according to the order of schema_subdict.
124+
Sort the given element's children according to the order of schema_subdict.
125125
"""
126126
children = list(element)
127127
for child in children:

0 commit comments

Comments
 (0)