Skip to content

Commit

Permalink
Fix typo in a docstring (apache#15276)
Browse files Browse the repository at this point in the history
This PR fixes a typo in a docstring to GCSListObjectsOperator class.
  • Loading branch information
anatoly-soldatov authored Apr 8, 2021
1 parent 1e1f9af commit 7bf69ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/operators/gcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def execute(self, context) -> None:

class GCSListObjectsOperator(BaseOperator):
"""
List all objects from the bucket with the give string prefix and delimiter in name.
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.
Expand Down

0 comments on commit 7bf69ed

Please sign in to comment.