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


##########
airflow/providers/google/cloud/operators/gcs.py:
##########
@@ -164,7 +164,7 @@ class GCSListObjectsOperator(BaseOperator):
     List all objects from the bucket with the given string prefix and 
delimiter in name.
 
     This operator returns a python list with the name of objects which can be 
used by
-     `xcom` in the downstream task.
+    `xcom` in the downstream task.

Review Comment:
   ```suggestion
       XCom in the downstream task.
   ```



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