Skip to content

Commit cc6fd5c

Browse files
bugraoz93bugraozturk
andauthored
Small quotation fix (#30448)
Co-authored-by: bugraozturk <[email protected]>
1 parent 9fc0f20 commit cc6fd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow/providers/google/cloud/transfers/gcs_to_gcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class GCSToGCSOperator(BaseOperator):
150150
)
151151
152152
The following Operator would move all the Avro files from ``sales/sales-2019``
153-
and ``sales/sales-2020` folder in ``data`` bucket to the same folder in the
153+
and ``sales/sales-2020`` folder in ``data`` bucket to the same folder in the
154154
``data_backup`` bucket, deleting the original files in the process. ::
155155
156156
move_files = GCSToGCSOperator(

0 commit comments

Comments
 (0)