Skip to content

Commit bbb24ef

Browse files
committed
docs: keep naming consistent
1 parent 2aed0c8 commit bbb24ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/keyring/aws_kms/act_like_aws_kms_master_key_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def run(aws_kms_cmk, source_plaintext):
5050
# any data keys that were encrypted under an AWS KMS CMK.
5151
_master_key_provider_to_replicate = KMSMasterKeyProvider(key_ids=[aws_kms_cmk]) # noqa: intentionally never used
5252

53-
# Create a keyring that encrypts and decrypts using a single AWS KMS CMK.
53+
# Create a single-CMK keyring that encrypts and decrypts using a single AWS KMS CMK.
5454
single_cmk_keyring = AwsKmsKeyring(generator_key_id=aws_kms_cmk)
5555

5656
# Create an AWS KMS discovery keyring that will attempt to decrypt

0 commit comments

Comments
 (0)