Skip to content

Commit

Permalink
Fixed typo in PagerdutyEventsHook docstring (#31209)
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsharma2 committed May 11, 2023
1 parent fc69214 commit 1157470
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion airflow/providers/pagerduty/hooks/pagerduty_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ class PagerdutyEventsHook(BaseHook):
(i.e. Integration key) as the password/Pagerduty API token. If both supplied, the token will be used.
:param integration_key: PagerDuty Events API token
:param pagerduty_conn_id: connection that has PagerDuty integration key in the Pagerduty API token field
:param pagerduty_events_conn_id: connection that has PagerDuty integration key in the Pagerduty
API token field
"""

conn_name_attr = "pagerduty_events_conn_id"
Expand Down

0 comments on commit 1157470

Please sign in to comment.