uranusjr commented on code in PR #31427:
URL: https://github.com/apache/airflow/pull/31427#discussion_r1200296745


##########
airflow/providers/mongo/sensors/mongo.py:
##########
@@ -28,9 +28,9 @@
 
 class MongoSensor(BaseSensorOperator):
     """
-    Checks for the existence of a document which
-    matches the given query in MongoDB. Example:
+    Checks for the existence of a document which matches the given query in 
MongoDB.
 
+    Example:

Review Comment:
   ```suggestion
       Checks for the existence of a document which matches the given query in 
MongoDB.
   
       Example:
   
       .. code-block:: pycon
   ```
   
   `pycon` means Python console. I think the block following this needs to be 
indented as well.



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