Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed May 7, 2024
1 parent 1bf129a commit 0eaa723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hed/schema/schema_io/ontology_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def update_dataframes_from_schema(dataframes, schema, schema_name="", get_as_ids
Returns:
dataframes(dict of str:pd.DataFrames): The updated dataframes
These dataframes acn (potentially including extra columns)
These dataframes can potentially have extra columns
"""
# 1. Verify existing hed ids don't conflict between schema/dataframes
for key, df in dataframes.items():
Expand Down

0 comments on commit 0eaa723

Please sign in to comment.