Skip to content

Commit

Permalink
[AIRFLOW-XXX] Fix airflow.models.DAG docstring mistake
Browse files Browse the repository at this point in the history
Closes #4004 from Sambeth/sambeth
  • Loading branch information
Samuel Baafi Boakye authored and r39132 committed Oct 5, 2018
1 parent 5c18a28 commit b85210d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3201,7 +3201,7 @@ def get_current(cls, dag_id, session=None):
class DAG(BaseDag, LoggingMixin):
"""
A dag (directed acyclic graph) is a collection of tasks with directional
dependencies. A dag also has a schedule, a start end an end date
dependencies. A dag also has a schedule, a start date and an end date
(optional). For each schedule, (say daily or hourly), the DAG needs to run
each individual tasks as their dependencies are met. Certain tasks have
the property of depending on their own past, meaning that they can't run
Expand Down

0 comments on commit b85210d

Please sign in to comment.