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.
2 parents f097a2d + 7d58afa commit 1859623Copy full SHA for 1859623
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