Skip to content

Commit

Permalink
Fix typo in doc of DagFileProcessorManager.emit_metrics (apache#8175)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryw authored Apr 7, 2020
1 parent 59b2c97 commit a2eb400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/utils/dag_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ def end(self):

def emit_metrics(self):
"""
Emmit metrics about dag parsing summary
Emit metrics about dag parsing summary
This is called once every time around the parsing "loop" - i.e. after
all files have been parsed.
Expand Down

0 comments on commit a2eb400

Please sign in to comment.