From 2eec63919e758b6f037765c8ca46f53a42c5f138 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 24 Nov 2021 16:10:30 -0800 Subject: codespell fix minor typos (there are some more in actual code --- chocula/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chocula/util.py') diff --git a/chocula/util.py b/chocula/util.py index 1d4a5d5..ed7398d 100644 --- a/chocula/util.py +++ b/chocula/util.py @@ -346,7 +346,7 @@ def clean_str(s: Optional[str]) -> Optional[str]: # non-sorting s.replace("\u02dc", "") s.replace("\u0153", "") - # there is a very samll chance this will filter out valid strings + # there is a very small chance this will filter out valid strings if s.lower() in ("null", "n/a", "unknown"): return None return s or None -- cgit v1.2.3