From 752a25b1f897926c08d11983ae4eda1af9bc9251 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Sun, 18 Aug 2024 14:41:17 +0200 Subject: [PATCH] fixed comma --- cookbook/helper/unit_conversion_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/helper/unit_conversion_helper.py b/cookbook/helper/unit_conversion_helper.py index c1a033812..0f78d0f72 100644 --- a/cookbook/helper/unit_conversion_helper.py +++ b/cookbook/helper/unit_conversion_helper.py @@ -20,7 +20,7 @@ CONVERSION_TABLE = { 'gallon': 0.264172, 'tbsp': 67.628, 'tsp': 202.884, - 'us_cup': 4,22675, + 'us_cup': 4.22675, 'imperial_fluid_ounce': 35.1951, 'imperial_pint': 1.75975, 'imperial_quart': 0.879877,