Skip to content

Commit

Permalink
Typo?
Browse files Browse the repository at this point in the history
  • Loading branch information
gliu6 authored Apr 10, 2018
1 parent bf4feb9 commit 3f019ad
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 3f019ad

Please sign in to comment.