Skip to content

Commit

Permalink
docs: comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Jan 20, 2025
1 parent d1f67a9 commit 1c42d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map2loop/data_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ def validate_dip_columns(

for key in dip_columns:
column_name = config.get(key)
if not column_name and datatype_name == "STRUCTURE": # noly mandatory for structure, not faults!
if not column_name and datatype_name == "STRUCTURE": # only mandatory for structure, not faults!
warning_msg = (
f"Configuration key '{key}' is missing for datatype '{datatype_name}'. "
f"Dip column validation for this key is skipped."
Expand Down

0 comments on commit 1c42d2e

Please sign in to comment.