Skip to content

Commit 02e05fd

Browse files
Fix typo in top comment of catalog.py
1 parent ef74d59 commit 02e05fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

patterns/behavioral/catalog.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
"""
2-
A class that uses different static functions depending on a parameter passed in
3-
init. Note the use of a single dictionary instead of multiple conditions
2+
A class that uses different static functions depending on a parameter passed
3+
during initialization. Uses a single dictionary instead of multiple conditions.
44
"""
55

6+
67
__author__ = "Ibrahim Diop <ibrahim@sikilabs.com>"
78

89

0 commit comments

Comments
 (0)