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

kaxilnaik pushed a commit to branch kaxil-patch-3
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit afd188e58b14bc76516178036ae06002dbdc3195
Author: Kaxil Naik <kaxiln...@apache.org>
AuthorDate: Thu Jun 12 15:56:21 2025 +0530

    Update connection.py
---
 task-sdk/src/airflow/sdk/definitions/connection.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/task-sdk/src/airflow/sdk/definitions/connection.py 
b/task-sdk/src/airflow/sdk/definitions/connection.py
index c66b264dce0..c3624499592 100644
--- a/task-sdk/src/airflow/sdk/definitions/connection.py
+++ b/task-sdk/src/airflow/sdk/definitions/connection.py
@@ -32,7 +32,7 @@ log = logging.getLogger(__name__)
 @attrs.define
 class Connection:
     """
-    A connection to an external data source.
+    A connection to an extelrnal data source.
 
     :param conn_id: The connection ID.
     :param conn_type: The connection type.

Reply via email to