RNHTTR commented on code in PR #50920:
URL: https://github.com/apache/airflow/pull/50920#discussion_r2100911839
##########
airflow-core/src/airflow/models/dagrun.py:
##########
@@ -125,7 +125,7 @@ def _default_run_after(ctx):
def _creator_note(val):
- """Creator the ``note`` association proxy."""
+ """Creator for the ``note`` association proxy."""
Review Comment:
```suggestion
"""Association proxy of the creator of the note"""
```
##########
airflow-core/src/airflow/models/taskinstance.py:
##########
@@ -344,7 +344,7 @@ def clear_task_instances(
def _creator_note(val):
- """Creator the ``note`` association proxy."""
+ """Creator for the ``note`` association proxy."""
Review Comment:
```suggestion
"""Association proxy of the creator of the note"""
```
--
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]