uranusjr commented on a change in pull request #20811:
URL: https://github.com/apache/airflow/pull/20811#discussion_r782175101



##########
File path: airflow/exceptions.py
##########
@@ -231,7 +233,7 @@ def __str__(self):
 
 
 class ConnectionNotUnique(AirflowException):
-    """Raise when multiple values are found for the same conn_id"""
+    """Raise when multiple values are found for the same connection id."""

Review comment:
       ```suggestion
       """Raise when multiple values are found for the same connection ID."""
   ```




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