Merge "Fix error message"

This commit is contained in:
Jenkins 2016-11-09 21:50:00 +00:00 committed by Gerrit Code Review
commit 0beae4c9c0

@ -260,7 +260,7 @@ class BucketAlreadyOwnedByYou(ErrorResponse):
class BucketNotEmpty(ErrorResponse):
_status = '409 Conflict'
_msg = 'The bucket you tried to delete is not empty.'
_msg = 'The bucket you tried to delete is not empty'
class CredentialsNotSupported(ErrorResponse):