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-client-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 4bd5b25  Fix spelling in Python code comment (#126)
4bd5b25 is described below

commit 4bd5b2544e30b05bd8cd03502dc99bd6784a20d6
Author: John Bampton <[email protected]>
AuthorDate: Fri Apr 4 19:27:20 2025 +1000

    Fix spelling in Python code comment (#126)
    
    * Fix spelling in Python code comment
    
    * Update airflow_client/client/model_utils.py
    
    Co-authored-by: Kalyan R <[email protected]>
    
    ---------
    
    Co-authored-by: Kalyan R <[email protected]>
---
 airflow_client/client/model_utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow_client/client/model_utils.py 
b/airflow_client/client/model_utils.py
index 0da60dc..f12614d 100644
--- a/airflow_client/client/model_utils.py
+++ b/airflow_client/client/model_utils.py
@@ -1343,7 +1343,7 @@ def deserialize_model(model_data, model_class, 
path_to_item, check_type,
         model_data (int/str/float/bool/none_type/list/dict): data to 
instantiate the model
         model_class (OpenApiModel): the model class
         path_to_item (list): path to the model in the received data
-        check_type (bool): whether to check the data tupe for the values in
+        check_type (bool): whether to check the data type of the values in
             the model
         configuration (Configuration): the instance to use to convert files
         spec_property_naming (bool): True if the variable names in the input

Reply via email to