Use escape sequence to express non-ASCII character

This commit is contained in:
Alexander Campbell 2019-10-18 10:13:22 +11:00
commit 6120a60263
3 changed files with 12 additions and 11 deletions

View file

@ -88,7 +88,7 @@ class SecretsManagerBackend(BaseBackend):
if 'secret_string' not in secret_version and 'secret_binary' not in secret_version:
raise ResourceNotFoundException(
u"Secrets Manager cant find the specified secret value for staging label: %s" %
u"Secrets Manager can\u2019t find the specified secret value for staging label: %s" %
(version_stage or u"AWSCURRENT")
)