Skip to content

Commit 3f019ad

Browse files
authored
Typo?
1 parent bf4feb9 commit 3f019ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)