mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-08 23:58:15 -05:00
fix typo
This commit is contained in:
@@ -251,7 +251,7 @@ def clean_instruction_string(instruction):
|
|||||||
|
|
||||||
# handle unsupported, special UTF8 character in Thermomix-specific instructions,
|
# 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 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 \
|
return normalized_string \
|
||||||
.replace("<nobr>", "**") \
|
.replace("<nobr>", "**") \
|
||||||
.replace("</nobr>", "**") \
|
.replace("</nobr>", "**") \
|
||||||
@@ -264,8 +264,6 @@ def clean_instruction_string(instruction):
|
|||||||
.replace("Rühraufsatz einsetzen", "**Rühraufsatz einsetzen**") \
|
.replace("Rühraufsatz einsetzen", "**Rühraufsatz einsetzen**") \
|
||||||
.replace("Rühraufsatz entfernen", "**Rühraufsatz entfernen**")
|
.replace("Rühraufsatz entfernen", "**Rühraufsatz entfernen**")
|
||||||
|
|
||||||
return normalized_string
|
|
||||||
|
|
||||||
|
|
||||||
def parse_instructions(instructions):
|
def parse_instructions(instructions):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user