Skip to content

Commit 7bf69ed

Browse files
Fix typo in a docstring (#15276)
This PR fixes a typo in a docstring to GCSListObjectsOperator class.
1 parent 1e1f9af commit 7bf69ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • airflow/providers/google/cloud/operators

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def execute(self, context) -> None:
174174

175175
class GCSListObjectsOperator(BaseOperator):
176176
"""
177-
List all objects from the bucket with the give string prefix and delimiter in name.
177+
List all objects from the bucket with the given string prefix and delimiter in name.
178178
179179
This operator returns a python list with the name of objects which can be used by
180180
`xcom` in the downstream task.

0 commit comments

Comments
 (0)