From 9bd74275aab6dfd1f4a87700bf13605bcd3f60f1 Mon Sep 17 00:00:00 2001 From: lukas Date: Wed, 12 Jul 2023 14:45:28 +0200 Subject: [PATCH] [Chore] Fix wrong wording --- example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.py b/example.py index eb15d6c..7f8dc38 100644 --- a/example.py +++ b/example.py @@ -14,7 +14,7 @@ def main(): Showcasing example usage """ - # Create an instances of the calculators + # Create instances of the calculators fade_calc = FadeCalculator() amber_calc = AmberFadeCalculator() acid_calc = AcidFadeCalculator()