Skip to content
Merged

Typo? #222

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion creational/abstract_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
The idea is to abstract the creation of objects depending on business
logic, platform choice, etc.

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
in Python, and in normal circumstances we can simply use the class itself as
that callable, because classes are first class objects in Python.

Expand Down