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

ferruzzi 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 1f03b9c86c Typo fix (#38783)
1f03b9c86c is described below

commit 1f03b9c86c7dd5937c7d32976d8653979e2f7e41
Author: D. Ferruzzi <ferru...@amazon.com>
AuthorDate: Fri Apr 5 13:16:20 2024 -0700

    Typo fix (#38783)
---
 airflow/providers/amazon/aws/sensors/sqs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/providers/amazon/aws/sensors/sqs.py 
b/airflow/providers/amazon/aws/sensors/sqs.py
index 7b93e3847c..657c6d9599 100644
--- a/airflow/providers/amazon/aws/sensors/sqs.py
+++ b/airflow/providers/amazon/aws/sensors/sqs.py
@@ -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.

Reply via email to