Skip to content

Commit

Permalink
Merge pull request #1023 from VisLab/clean-up
Browse files Browse the repository at this point in the history
Minor spelling corrections
  • Loading branch information
VisLab committed Sep 30, 2024
2 parents 0e84d13 + e0f49be commit 37ac884
Show file tree
Hide file tree
Showing 23 changed files with 1,768 additions and 1,768 deletions.
2 changes: 1 addition & 1 deletion hed/errors/error_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def val_error_invalid_parent(tag, problem_tag, expected_parent_tag):

@hed_tag_error(ValidationErrors.NO_VALID_TAG_FOUND, has_sub_tag=True, actual_code=ValidationErrors.TAG_INVALID)
def val_error_no_valid_tag(tag, problem_tag):
return f"'{problem_tag}' in {tag} is not a valid base hed tag."
return f"'{problem_tag}' in {tag} is not a valid base HED tag."


@hed_tag_error(ValidationErrors.VALUE_INVALID)
Expand Down
4 changes: 2 additions & 2 deletions hed/models/definition_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def get_definition_entry(self, def_tag):
Does not validate at all.
Parameters:
def_tag (HedTag): Source hed tag that may be a Def or Def-expand tag.
def_tag (HedTag): Source HED tag that may be a Def or Def-expand tag.
Returns:
def_entry(DefinitionEntry or None): The definition entry if it exists
Expand All @@ -279,7 +279,7 @@ def _get_definition_contents(self, def_tag):
Does not validate at all.
Parameters:
def_tag (HedTag): Source hed tag that may be a Def or Def-expand tag.
def_tag (HedTag): Source HED tag that may be a Def or Def-expand tag.
Returns:
def_contents: HedGroup
Expand Down
Loading

0 comments on commit 37ac884

Please sign in to comment.