Skip to content

Commit 67afc50

Browse files
committed
fix
1 parent 4d3d3b5 commit 67afc50

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 for the encryptionContext.
9494
ciphertext, _ = client.encrypt(
9595
source=EXAMPLE_DATA,
9696
keyring=kms_keyring,

0 commit comments

Comments
 (0)