This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new c8c4a42723 Fix GCSListObjectsOperator docstring (#25614)
c8c4a42723 is described below

commit c8c4a4272354d090ebf01a5cf7a9f49026e65511
Author: Hyungsuk Yoon <[email protected]>
AuthorDate: Mon Aug 8 22:53:48 2022 -0700

    Fix GCSListObjectsOperator docstring (#25614)
    
    Co-authored-by: Tzu-ping Chung <[email protected]>
---
 airflow/providers/google/cloud/operators/gcs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/providers/google/cloud/operators/gcs.py 
b/airflow/providers/google/cloud/operators/gcs.py
index 77a1ab656e..8732f51cf3 100644
--- a/airflow/providers/google/cloud/operators/gcs.py
+++ b/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.
 
     :param bucket: The Google Cloud Storage bucket to find the objects. 
(templated)
     :param prefix: Prefix string which filters objects whose name begin with

Reply via email to