Skip to content
Merged
Prev Previous commit
Next Next commit
Fix typo in top comment of catalog.py (faif#453)
  • Loading branch information
Demagalawrence authored Oct 17, 2025
commit d842d10b72519eef1e7144e4bce42e030633214f
5 changes: 3 additions & 2 deletions patterns/behavioral/catalog.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
"""
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
A class that uses different static functions depending on a parameter passed
during initialization. Uses a single dictionary instead of multiple conditions.
"""


__author__ = "Ibrahim Diop <[email protected]>"


Expand Down