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,