From ea43bdd5cd501c7054e673e58b645e7c460b0e06 Mon Sep 17 00:00:00 2001 From: Joey <7505194+jknndy@users.noreply.github.com> Date: Mon, 3 Jun 2024 18:42:24 -0400 Subject: [PATCH] wording cleanup --- recipe_scrapers/felixkitchen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe_scrapers/felixkitchen.py b/recipe_scrapers/felixkitchen.py index 6383f1da0..f87ce6c2c 100644 --- a/recipe_scrapers/felixkitchen.py +++ b/recipe_scrapers/felixkitchen.py @@ -16,7 +16,7 @@ class FieldNotProvidedByWebsiteWarning(Warning): pass message = ( - "{} doesn't support seem to support the {} field. " + "{} doesn't seem to support the {} field. " "If you know this to be untrue for some recipe, please submit a bug report at {}" )