Skip to content

Commit 1671517

Browse files
authored
Merge pull request faif#222 from gliu6/patch-1
Typo?
2 parents bf4feb9 + 3f019ad commit 1671517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

creational/abstract_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
The idea is to abstract the creation of objects depending on business
1212
logic, platform choice, etc.
1313
14-
In Python, we interface we use is simply a callable, which is "builtin" interface
14+
In Python, the interface we use is simply a callable, which is "builtin" interface
1515
in Python, and in normal circumstances we can simply use the class itself as
1616
that callable, because classes are first class objects in Python.
1717

0 commit comments

Comments
 (0)