Skip to content

Commit 351f71d

Browse files
authored
docs: fix typo in example comments (#262)
1 parent 027b127 commit 351f71d

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
@@ -78,7 +78,7 @@ def run(aws_kms_cmk, aws_kms_additional_cmks, source_plaintext):
7878
# any data keys that were encrypted under an AWS KMS CMK.
7979
discovery_keyring = AwsKmsKeyring(is_discovery=True)
8080

81-
# Combine the single-CMK and discovery keyrings
81+
# Combine the CMK and discovery keyrings
8282
# to create a keyring that behaves like an AWS KMS master key provider.
8383
#
8484
# The CMK keyring reproduces the encryption behavior

0 commit comments

Comments
 (0)