From f43ef3ad59e27fd0f1f4c66b6723afe66e8818ce Mon Sep 17 00:00:00 2001 From: Marcus Wolschon Date: Sun, 15 Jan 2023 13:04:29 +0100 Subject: [PATCH] another typo --- cookbook/helper/recipe_url_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/helper/recipe_url_import.py b/cookbook/helper/recipe_url_import.py index 838c13e58..9026c5580 100644 --- a/cookbook/helper/recipe_url_import.py +++ b/cookbook/helper/recipe_url_import.py @@ -250,7 +250,7 @@ def clean_instruction_string(instruction): normalized_string = normalized_string.replace(' \n \n', '\n\n') # handle unsupported, special UTF8 character in Thermomix-specific instructions, - # that happen in nearly every receipe on Cookidoo, Zaubertopf Club, Rezeptwelt + # that happen in nearly every recipe on Cookidoo, Zaubertopf Club, Rezeptwelt # and in Thermomix-specific recipes on many other sites return normalized_string \ .replace("", "**") \