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/03 08:00:22 UTC

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

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



##########
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:
       Should we standardise (or rather standardize :D)  the US spelling ? I think this is what we mostly have in our spelling_wordlist and docs :).




-- 
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