We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3d3b5 commit 67afc50Copy full SHA for 67afc50
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 for the encryptionContext.
94
ciphertext, _ = client.encrypt(
95
source=EXAMPLE_DATA,
96
keyring=kms_keyring,
0 commit comments