You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/09 01:52:47 UTC

[GitHub] [airflow] uranusjr commented on a diff in pull request #25614: Fix an issue on document

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: commits-unsubscribe@airflow.apache.org

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