Skip to content

Commit fc10d0c

Browse files
committed
Fix tense in docstring
1 parent f55d229 commit fc10d0c

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
@@ -108,7 +108,7 @@ def element_loop(self, element, path):
108108

109109
def create_schema_dict(self, parent_name, parent_element=None):
110110
"""
111-
Created a nested OrderedDict representing the structure (and order!) of
111+
Create a nested OrderedDict representing the structure (and order!) of
112112
elements in the IATI schema.
113113
"""
114114
if parent_element is None:

0 commit comments

Comments
 (0)