Fixing typo in comment
This commit is contained in:
Bill Johnson 2020-05-07 16:17:35 -07:00 коммит произвёл Xiaoxi Fu
Родитель 2ee73e7abe
Коммит da630aba2c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -44,7 +44,7 @@ def _encrypt_queue_message(message, key_encryption_key):
Returns a json-formatted string containing the encrypted message and the encryption metadata.
:param object message:
The plain text messge to be encrypted.
The plain text message to be encrypted.
:param object key_encryption_key:
The user-provided key-encryption-key. Must implement the following methods:
wrap_key(key)--wraps the specified key using an algorithm of the user's choice.