We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b96703 commit c8c4a42Copy full SHA for c8c4a42
airflow/providers/google/cloud/operators/gcs.py
@@ -164,7 +164,7 @@ class GCSListObjectsOperator(BaseOperator):
164
List all objects from the bucket with the given string prefix and delimiter in name.
165
166
This operator returns a python list with the name of objects which can be used by
167
- `xcom` in the downstream task.
+ XCom in the downstream task.
168
169
:param bucket: The Google Cloud Storage bucket to find the objects. (templated)
170
:param prefix: Prefix string which filters objects whose name begin with
0 commit comments