Skip to content

Commit

Permalink
Clarify the term constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
statwonk committed Jun 13, 2015
1 parent 62ad66e commit 0ab9a8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ complicated, a line by line explanation follows below.
dag = DAG('tutorial', default_args=default_args)
# t1, t2 and t3 are examples of a constructor
t1 = BashOperator(
task_id='print_date',
bash_command='date',
Expand Down

0 comments on commit 0ab9a8e

Please sign in to comment.