We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f097a2d commit 7d58afaCopy full SHA for 7d58afa
patterns/creational/prototype.py
@@ -4,7 +4,7 @@
4
application. Instead of relying on subclasses it creates objects by
5
copying a prototypical instance at run-time.
6
7
-This is useful as it make it easier to derive new kinds of objects,
+This is useful as it makes it easier to derive new kinds of objects,
8
when instances of the class have only a few different combinations of
9
state, and when instantiation is expensive.
10
0 commit comments