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:17:15 UTC

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

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



##########
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:
       @kaxil  I searched across the repository:
   - `deserialis*` - 4 matches
   - `deserializ*` - 100+ matches
   It's better to choose one mostly used 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