Skip to content

Commit f55d229

Browse files
committed
Typo
1 parent 276e8bf commit f55d229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flattentool/sort_iati.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ 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 sturucture (and order!) of
112-
element in the IATI schema.
111+
Created a nested OrderedDict representing the structure (and order!) of
112+
elements in the IATI schema.
113113
"""
114114
if parent_element is None:
115115
parent_element = self.get_schema_element('element', parent_name)

0 commit comments

Comments
 (0)