From 4c71c5b088542cbe15238c663d25ebcff598ae0d Mon Sep 17 00:00:00 2001 From: Marcus Wolschon Date: Sun, 15 Jan 2023 13:03:51 +0100 Subject: [PATCH] fix typo --- cookbook/helper/recipe_url_import.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cookbook/helper/recipe_url_import.py b/cookbook/helper/recipe_url_import.py index 7c94a43ef..838c13e58 100644 --- a/cookbook/helper/recipe_url_import.py +++ b/cookbook/helper/recipe_url_import.py @@ -251,7 +251,7 @@ def clean_instruction_string(instruction): # handle unsupported, special UTF8 character in Thermomix-specific instructions, # that happen in nearly every receipe on Cookidoo, Zaubertopf Club, Rezeptwelt - # and in thermomix-spefici recipes on many other sites + # and in Thermomix-specific recipes on many other sites return normalized_string \ .replace("", "**") \ .replace("", "**") \ @@ -264,8 +264,6 @@ def clean_instruction_string(instruction): .replace("Rühraufsatz einsetzen", "**Rühraufsatz einsetzen**") \ .replace("Rühraufsatz entfernen", "**Rühraufsatz entfernen**") - return normalized_string - def parse_instructions(instructions): """