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



##########
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:
       Tests is failing because of this, a space is needed here
   
   ```suggestion
       Examples:
   
       .. code-block:: python
   ```




----------------------------------------------------------------
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:
[email protected]


Reply via email to