Skip to content

Commit 356083d

Browse files
committed
docs: thanks, grazie; fixing grammar
1 parent 314323e commit 356083d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/src/keyring/aws_kms/act_like_aws_kms_master_key_provider.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ def run(aws_kms_cmk, source_plaintext):
4747

4848
# This is the master key provider whose behavior we want to replicate.
4949
#
50-
# On encrypt, this master key provider only uses the single target AWS KMS CMK,
51-
# but on decrypt, this master key provider attempts to decrypt
50+
# On encrypt, this master key provider only uses the single target AWS KMS CMK.
51+
# However, on decrypt, this master key provider attempts to decrypt
5252
# any data keys that were encrypted under an AWS KMS CMK.
5353
_master_key_provider_to_replicate = KMSMasterKeyProvider(key_ids=[aws_kms_cmk])
5454

0 commit comments

Comments
 (0)