Skip to content

Commit

Permalink
fixed a typo in a code comment
Browse files Browse the repository at this point in the history
fixes a linting error
  • Loading branch information
CommanderStorm authored May 27, 2024
1 parent 576acaa commit a5303c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/processors/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def extract_arch_name(entry: dict) -> str | None:

def _make_sure_is_safe(obj: object):
"""
This method checks if any of the specified names in removed_names are present in its content
Check if any of the specified names in removed_names are present
:param obj: obj to be checked
:raises RuntimeError: If any of the specified names (removed_names) are found in the content of the file.
Expand Down

0 comments on commit a5303c5

Please sign in to comment.