Skip to content

Commit 2aed0c8

Browse files
committed
docs: s/replicate/reproduce/
1 parent 0181431 commit 2aed0c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ We start with AWS KMS examples, then show how to use other wrapping keys.
4444
* [with keyrings](./src/keyring/aws_kms/discovery_decrypt_in_region_only.py)
4545
* How to decrypt with a preferred region but failover to others
4646
* [with keyrings](./src/keyring/aws_kms/discovery_decrypt_with_preferred_regions.py)
47-
* How to replicate the behavior of an AWS KMS master key provider
47+
* How to reproduce the behavior of an AWS KMS master key provider
4848
* [with keyrings](./src/keyring/aws_kms/act_like_aws_kms_master_key_provider.py)
4949
* Using raw wrapping keys
5050
* How to use a raw AES wrapping key

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
@@ -43,7 +43,7 @@ def run(aws_kms_cmk, source_plaintext):
4343
"the data you are handling": "is what you think it is",
4444
}
4545

46-
# This is the master key provider whose behavior we want to replicate.
46+
# This is the master key provider whose behavior we want to reproduce.
4747
#
4848
# When encrypting, this master key provider uses only the specified `aws_kms_cmk`.
4949
# However, when decrypting, this master key provider attempts to decrypt

0 commit comments

Comments
 (0)