Fix more typos.
This commit is contained in:
parent
19bf8bf762
commit
d9d055c75d
19 changed files with 61 additions and 61 deletions
|
|
@ -174,7 +174,7 @@ def test_bucket_deletion():
|
|||
# Get non-existing bucket
|
||||
conn.get_bucket.when.called_with("foobar").should.throw(S3ResponseError)
|
||||
|
||||
# Delete non-existant bucket
|
||||
# Delete non-existent bucket
|
||||
conn.delete_bucket.when.called_with("foobar").should.throw(S3ResponseError)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue