We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30420f9 commit 84f09d7Copy full SHA for 84f09d7
examples/src/keyrings/aws_kms_keyring_example.py
@@ -90,7 +90,7 @@ def encrypt_and_decrypt_with_keyring(
90
input=keyring_input
91
)
92
93
- # 5. Encrypt the data for the encryptionContext.
+ # 5. Encrypt the data with the encryptionContext.
94
ciphertext, _ = client.encrypt(
95
source=EXAMPLE_DATA,
96
keyring=kms_keyring,
0 commit comments