ktrueda commented on a change in pull request #11627:
URL: https://github.com/apache/airflow/pull/11627#discussion_r511485962



##########
File path: airflow/providers/slack/operators/slack.py
##########
@@ -89,9 +92,9 @@ def execute(self, **kwargs):  # noqa: D403
 
 class SlackAPIPostOperator(SlackAPIOperator):
     """
-    Posts messages to a slack channel
-    Examples:
+    Posts messages to a slack channel.
 
+    Examples:
     .. code-block:: python

Review comment:
       So I think that 
   if I obey D412, I can't pass the static check,
   if i pass the static check, I can't obey D412 (not confirmed.)




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to