uranusjr commented on code in PR #31425:
URL: https://github.com/apache/airflow/pull/31425#discussion_r1212629166
##########
airflow/providers/microsoft/azure/sensors/cosmos.py:
##########
@@ -28,9 +28,9 @@
class AzureCosmosDocumentSensor(BaseSensorOperator):
"""
- Checks for the existence of a document which
- matches the given query in CosmosDB. Example:
+ Checks for the existence of a document which matches the given query in
CosmosDB.
+ Example:
.. code-block::
Review Comment:
```suggestion
.. 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]