This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch v2-6-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 050b3856dc85298d8e1afebc90fb854233dc7317
Author: Frank Cash <[email protected]>
AuthorDate: Mon Jun 26 16:38:02 2023 -0400

    Update callbacks.rst (#32148)
    
    (cherry picked from commit 45bd9c993ee87789e01aae55f8abb34a0ff1de48)
---
 .../administration-and-deployment/logging-monitoring/callbacks.rst      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/apache-airflow/administration-and-deployment/logging-monitoring/callbacks.rst
 
b/docs/apache-airflow/administration-and-deployment/logging-monitoring/callbacks.rst
index 88e6dd7a0b..ccf54f2147 100644
--- 
a/docs/apache-airflow/administration-and-deployment/logging-monitoring/callbacks.rst
+++ 
b/docs/apache-airflow/administration-and-deployment/logging-monitoring/callbacks.rst
@@ -83,7 +83,7 @@ In the following example, failures in any task call the 
``task_failure_alert`` f
         on_success_callback=None,
         on_failure_callback=task_failure_alert,
         tags=["example"],
-    ) as dag:
+    ):
 
         task1 = EmptyOperator(task_id="task1")
         task2 = EmptyOperator(task_id="task2")

Reply via email to