Skip to content

Commit

Permalink
Fix for codespell and documentation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed May 24, 2024
1 parent 317c381 commit 6596d63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hed/models/base_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def combine_dataframe(dataframe):
skipping empty columns and columns with empty strings.
Parameters:
dataframe(Dataframe): The dataframe to combin
dataframe(Dataframe): The dataframe to combine
Returns:
Series: The assembled series.
Expand Down
2 changes: 1 addition & 1 deletion hed/schema/hed_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def save_as_dataframes(self, base_filename, save_merged=False):
If base_filename has a .tsv suffix, save directly to the indicated location.
If base_filename is a directory(does NOT have a .tsv suffix), save the contents into a directory named that.
The subfiles are named the same. e.g. HED8.3.0/HED8.3.0_Tag.tsv
The subfiles are named the same. e.g. HED8.3.0/HED8.3.0_Tag.tsv
base_filename: str
save filename. A suffix will be added to most, e.g. _Tag
Expand Down
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 @@ -362,7 +362,7 @@ def save_dataframes(base_filename, dataframe_dict):
If base_filename has a .tsv suffix, save directly to the indicated location.
If base_filename is a directory(does NOT have a .tsv suffix), save the contents into a directory named that.
The subfiles are named the same. e.g. HED8.3.0/HED8.3.0_Tag.tsv
The subfiles are named the same. e.g. HED8.3.0/HED8.3.0_Tag.tsv
Parameters:
base_filename(str): The base filename to use. Output is {base_filename}_{suffix}.tsv
Expand Down

0 comments on commit 6596d63

Please sign in to comment.