Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Aug 5, 2023
1 parent fd07d4d commit 6fa20e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elli/importer/woollam.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def scale_to_nm(unit: str, dataframe: pd.DataFrame) -> pd.DataFrame:
)
return dataframe
except DimensionalityError:
logger.warrning(
logger.warning(
"Unit %s is not a valid wavelength unit. "
"The wavelength axis may not be scaled appropriately.",
unit,
Expand Down

0 comments on commit 6fa20e8

Please sign in to comment.