You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/02 21:52:01 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #19349: Fix typos in function parameter and comments

kaxil commented on a change in pull request #19349:
URL: https://github.com/apache/airflow/pull/19349#discussion_r741475927



##########
File path: tests/serialization/test_dag_serialization.py
##########
@@ -523,7 +523,7 @@ def validate_deserialized_task(
         if isinstance(task.params, ParamsDict):
             assert serialized_task.params.dump() == task.params.dump()
 
-        # Check that for Deserialised task, task.subdag is None for all other Operators
+        # Check that for Deserialized task, task.subdag is None for all other Operators

Review comment:
       Both the spellings are correct: serialization (US spelling) or serialisation (UK spelling)




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org