There was an error while loading. Please reload this page.
1 parent bf4feb9 commit 3f019adCopy full SHA for 3f019ad
1 file changed
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