Skip to content

Commit

Permalink
fix typo in seabird
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Oct 4, 2024
1 parent eb11588 commit 8dedd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocean_data_parser/parsers/seabird.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def _add_seabird_vocabulary(variable_attributes: dict) -> dict:
return variable_attributes


def acnv(
def cnv(
file_path: str,
encoding: str = "UTF-8",
encoding_errors="strict",
Expand Down

0 comments on commit 8dedd95

Please sign in to comment.