Skip to content

Commit

Permalink
Docstring fix for S3DeleteBucketOperator (#12049)
Browse files Browse the repository at this point in the history
  • Loading branch information
XD-DENG committed Nov 2, 2020
1 parent 2192010 commit 5e77a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/amazon/aws/operators/s3_bucket.py
Expand Up @@ -67,7 +67,7 @@ class S3DeleteBucketOperator(BaseOperator):
"""
This operator deletes an S3 bucket
:param bucket_name: This is bucket name you want to create
:param bucket_name: This is bucket name you want to delete
:type bucket_name: str
:param force_delete: Forcibly delete all objects in the bucket before deleting the bucket
:type force_delete: bool
Expand Down

0 comments on commit 5e77a61

Please sign in to comment.