Skip to content

Commit

Permalink
Fix GCSListObjectsOperator docstring (#25614)
Browse files Browse the repository at this point in the history
Co-authored-by: Tzu-ping Chung <[email protected]>
  • Loading branch information
Corea and uranusjr committed Aug 9, 2022
1 parent 8b96703 commit c8c4a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/operators/gcs.py
Expand Up @@ -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
Expand Down

0 comments on commit c8c4a42

Please sign in to comment.