Skip to content

Commit 666ef63

Browse files
authored
Update prototype.py
1 parent 9a8be5c commit 666ef63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns/creational/prototype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Below provides an example of such Dispatcher, which contains three
1818
copies of the prototype: 'default', 'objecta' and 'objectb'.
1919
20-
*TL;DR
20+
*TL;DR
2121
Creates new object instances by cloning prototype.
2222
"""
2323

0 commit comments

Comments
 (0)