fmt: spelling fix

This commit is contained in:
Deepak Mallubhotla 2025-02-22 19:41:36 -06:00
parent 30c760f7ec
commit e3d3625c92
Signed by: deepak
GPG Key ID: BEBAEBF28083E022

View File

@ -148,7 +148,7 @@ def read_bin_csv(
if fields is None:
raise ValueError(
f"Really wanted our fields for fiel {file=} to be non-None, but they're None"
f"Really wanted our fields for file {file=} to be non-None, but they're None"
)
freq_field = fields[0]