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 bf4feb9 + 3f019ad commit 1671517Copy full SHA for 1671517
creational/abstract_factory.py
@@ -11,7 +11,7 @@
11
The idea is to abstract the creation of objects depending on business
12
logic, platform choice, etc.
13
14
-In Python, we interface we use is simply a callable, which is "builtin" interface
+In Python, the interface we use is simply a callable, which is "builtin" interface
15
in Python, and in normal circumstances we can simply use the class itself as
16
that callable, because classes are first class objects in Python.
17
0 commit comments