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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 6725788536 Fix pagerduty notifier docs (#34290)
6725788536 is described below

commit 6725788536b2e8f37376827585f3e3121757497f
Author: Erik Ritter <[email protected]>
AuthorDate: Tue Sep 12 04:29:28 2023 -0700

    Fix pagerduty notifier docs (#34290)
---
 .../notifications/pagerduty_notifier_howto_guide.rst                    | 2 +-
 docs/spelling_wordlist.txt                                              | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/docs/apache-airflow-providers-pagerduty/notifications/pagerduty_notifier_howto_guide.rst
 
b/docs/apache-airflow-providers-pagerduty/notifications/pagerduty_notifier_howto_guide.rst
index 4d6fd4c929..d93d5a2fc5 100644
--- 
a/docs/apache-airflow-providers-pagerduty/notifications/pagerduty_notifier_howto_guide.rst
+++ 
b/docs/apache-airflow-providers-pagerduty/notifications/pagerduty_notifier_howto_guide.rst
@@ -36,7 +36,7 @@ Example Code:
     from datetime import datetime
     from airflow import DAG
     from airflow.operators.bash import BashOperator
-    from airflow.providers.pagerduty.notifications.notifier import 
send_pagerduty_notification
+    from airflow.providers.pagerduty.notifications.pagerduty import 
send_pagerduty_notification
 
     with DAG(
         "pagerduty_notifier",
diff --git a/docs/spelling_wordlist.txt b/docs/spelling_wordlist.txt
index cd041a6f1c..24272573f4 100644
--- a/docs/spelling_wordlist.txt
+++ b/docs/spelling_wordlist.txt
@@ -1072,6 +1072,7 @@ oversubscription
 PaaS
 Pagerduty
 pagerduty
+PagerdutyEventsHook
 pageviews
 paginator
 Papermill

Reply via email to