We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a08d0 commit fe66bb2Copy full SHA for fe66bb2
1 file changed
creational/builder.py
@@ -10,11 +10,11 @@
10
from its actual representation (generally for abstraction).
11
12
*What does this example do?
13
-This particular example uses a director function to abtract the
+This particular example uses a director function to abstract the
14
construction of a building. The user specifies a Builder (House or
15
-Flat) and the director specifies the methods in the order necessary
16
-creating a different building depending on the specified
17
-specification (through the Builder class).
+Flat) and the director specifies the methods in the order necessary,
+creating a different building depending on the specification
+(from the Builder class).
18
19
@author: Diogenes Augusto Fernandes Herminio <[email protected]>
20
https://gist.github.com/420905#file_builder_python.py
0 commit comments