Skip to content

Commit 84f09d7

Browse files
Update examples/src/keyrings/aws_kms_keyring_example.py
Co-authored-by: Lucas McDonald <[email protected]>
1 parent 30420f9 commit 84f09d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/keyrings/aws_kms_keyring_example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def encrypt_and_decrypt_with_keyring(
9090
input=keyring_input
9191
)
9292

93-
# 5. Encrypt the data for the encryptionContext.
93+
# 5. Encrypt the data with the encryptionContext.
9494
ciphertext, _ = client.encrypt(
9595
source=EXAMPLE_DATA,
9696
keyring=kms_keyring,

0 commit comments

Comments
 (0)