ferruzzi commented on code in PR #32575:
URL: https://github.com/apache/airflow/pull/32575#discussion_r1267335361


##########
airflow/models/dag.py:
##########
@@ -3316,10 +3315,10 @@ def __repr__(self):
 
 
 class DagOwnerAttributes(Base):
-    """Table defining different owner attributes.
+    """
+    Table defining different owner attributes.
 
-    For example, a link for an owner that will be passed as a hyperlink to the
-    "DAGs" view.
+    For example, a link for an owner that will be passed as a hyperlink to the 
"DAGs" view.
     """

Review Comment:
   without the awkward git diff display, this:
   
   ```
   """Table defining different owner attributes.
   
   For example, a link for an owner that will be passed as a hyperlink to the
   "DAGs" view.
   """
   ```
   
   changes to this:
   
   ```
   """
   Table defining different owner attributes.
   
   For example, a link for an owner that will be passed as a hyperlink to the 
"DAGs" view.
   """
   ```



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

Reply via email to