Skip to content

Commit

Permalink
remove redundant the
Browse files Browse the repository at this point in the history
minor edit
  • Loading branch information
John Clover committed Nov 26, 2015
1 parent e5090c8 commit b1c260a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-engine/template-engine.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ first: CodeBuilder.

The bulk of the work in our engine is parsing the template and producing the
necessary Python code. To help with producing the Python, we have the
CodeBuilder class, which handles the bookkeeping for us as we construct the
CodeBuilder class, which handles the bookkeeping for us as we construct
the Python code. It adds lines of code, manages indentation, and
finally gives us values from the compiled Python.

Expand Down

0 comments on commit b1c260a

Please sign in to comment.