XD-DENG commented on a change in pull request #14679:
URL: https://github.com/apache/airflow/pull/14679#discussion_r590366039
##########
File path: docs/apache-airflow/concepts.rst
##########
@@ -134,7 +134,7 @@ any of its operators. This makes it easy to apply a common
parameter to many ope
dag = DAG('my_dag', default_args=default_args)
op = DummyOperator(task_id='dummy', dag=dag)
- print(op.owner) # Airflow
+ print(op.owner) # airflow
Review comment:
To be consistent with the value above.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]