Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit 8bb3222

Browse files
committed
Update storage-getting-started.rst
Fix typo in docs for 'connection.delete_bucket'
1 parent 4c7fa75 commit 8bb3222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/storage-getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ otherwise you'll get an error.
217217

218218
If you have a full bucket, you can delete it this way::
219219

220-
>>> bucket = connection.get_bucket('my-bucket', force=True)
220+
>>> bucket = connection.delete_bucket('my-bucket', force=True)
221221

222222
Listing available buckets
223223
-------------------------

0 commit comments

Comments
 (0)