Skip to content

Commit d842d10

Browse files
Fix typo in top comment of catalog.py (#453)
1 parent 25c7356 commit d842d10

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 <[email protected]>"
78

89

0 commit comments

Comments
 (0)