Skip to content

Commit c8c4a42

Browse files
Coreauranusjr
andauthored
Fix GCSListObjectsOperator docstring (#25614)
Co-authored-by: Tzu-ping Chung <[email protected]>
1 parent 8b96703 commit c8c4a42

File tree

1 file changed

+1
-1
lines changed
  • airflow/providers/google/cloud/operators

1 file changed

+1
-1
lines changed

airflow/providers/google/cloud/operators/gcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class GCSListObjectsOperator(BaseOperator):
164164
List all objects from the bucket with the given string prefix and delimiter in name.
165165
166166
This operator returns a python list with the name of objects which can be used by
167-
`xcom` in the downstream task.
167+
XCom in the downstream task.
168168
169169
:param bucket: The Google Cloud Storage bucket to find the objects. (templated)
170170
:param prefix: Prefix string which filters objects whose name begin with

0 commit comments

Comments
 (0)