From f31a3a2053b07b834c5143bd6be4eaf05c1a014d Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 9 Oct 2024 11:59:31 +0200 Subject: [chore] *: fix typos detected by typos-cli --- searx/plugins/unit_converter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/plugins') diff --git a/searx/plugins/unit_converter.py b/searx/plugins/unit_converter.py index 057e66e78..c85996a76 100644 --- a/searx/plugins/unit_converter.py +++ b/searx/plugins/unit_converter.py @@ -234,7 +234,7 @@ def _parse_text_and_convert(search, from_query, to_query): value = target_from_si(float(value)) if measured.group('E'): - # when incomming notation is scientific, outgoing notation is scientific + # when incoming notation is scientific, outgoing notation is scientific result = babel.numbers.format_scientific(value, locale=_locale) else: result = babel.numbers.format_decimal(value, locale=_locale, format='#,##0.##########;-#') -- cgit v1.2.3-54-g00ecf