rawwar commented on code in PR #126:
URL:
https://github.com/apache/airflow-client-python/pull/126#discussion_r2028068008
##########
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 for the values in
Review Comment:
```suggestion
check_type (bool): whether to check the data type of the values in
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]