Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed Jul 11, 2024
1 parent a7dcd0f commit ef960ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hed/schema/schema_io/df2schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def _read_schema(self, dataframe):
self._schema._initialize_attributes(HedSectionKey.Tags)
known_parent_tags = {"HedTag": []}
iterations = 0
# Handle this over multiple iterations incase tags have parent tags listed later in the file.
# Handle this over multiple iterations in case tags have parent tags listed later in the file.
# A properly formatted .tsv file will never have parents after the child.
current_rows = list(dataframe[constants.TAG_KEY].iterrows())
while current_rows:
Expand Down

0 comments on commit ef960ae

Please sign in to comment.