From ef74d59b9a1684d0b5b5b7f11fed5a867025bbac Mon Sep 17 00:00:00 2001 From: Cosm1cCoder <75566299+partth-code@users.noreply.github.com> Date: Sat, 6 Sep 2025 00:27:41 +0530 Subject: [PATCH] fix(docs): correct typos in top comment of catalog.py (#451) --- patterns/behavioral/catalog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/behavioral/catalog.py b/patterns/behavioral/catalog.py index ba85f500..763d1501 100644 --- a/patterns/behavioral/catalog.py +++ b/patterns/behavioral/catalog.py @@ -1,5 +1,5 @@ """ -A class that uses different static function depending of a parameter passed in +A class that uses different static functions depending on a parameter passed in init. Note the use of a single dictionary instead of multiple conditions """