jscheffl commented on code in PR #55100:
URL: https://github.com/apache/airflow/pull/55100#discussion_r2311983217


##########
task-sdk/docs/concepts.rst:
##########
@@ -26,7 +26,7 @@ This section covers the fundamental concepts that Dag authors 
need to understand
 
 Terminology
 -----------
-- **Task**: a Python function (decorated with ``@task``) or Operator 
invocation representing a unit of work in a DAG.
+- **Task**: a Python function (decorated with ``@task``) or Operator 
invocation representing a unit of work in a Dags.

Review Comment:
   Hallonication :-(
   ```suggestion
   - **Task**: a Python function (decorated with ``@task``) or Operator 
invocation representing a unit of work in a Dag.
   ```



-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to