Skip to content

Commit

Permalink
Typo fix (#38783)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferruzzi committed Apr 5, 2024
1 parent cec6d31 commit 1f03b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/amazon/aws/sensors/sqs.py
Expand Up @@ -73,7 +73,7 @@ class SqsSensor(AwsBaseSensor[SqsHook]):
:param delete_message_on_reception: Default to `True`, the messages are deleted from the queue
as soon as being consumed. Otherwise, the messages remain in the queue after consumption and
should be deleted manually.
:param deferrable: If True, the sensor will operate in deferrable more. This mode requires aiobotocore
:param deferrable: If True, the sensor will operate in deferrable mode. This mode requires aiobotocore
module to be installed.
(default: False, but can be overridden in config file by setting default_deferrable to True)
:param aws_conn_id: The Airflow connection used for AWS credentials.
Expand Down

0 comments on commit 1f03b9c

Please sign in to comment.