Skip to content

Commit 40b5707

Browse files
committed
fix
1 parent 8ec55d2 commit 40b5707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/aws_kms_discovery_keyring_example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def encrypt_and_decrypt_with_keyring(
164164
assert plaintext_bytes == EXAMPLE_DATA, \
165165
"Decrypted plaintext should be identical to the original plaintext. Invalid decryption"
166166

167-
# 11. Demonstrate that if a discovery keyring (Bob's) doesn't have the correct AWS Account ID's,
167+
# 10. Demonstrate that if a discovery keyring (Bob's) doesn't have the correct AWS Account ID's,
168168
# the decrypt will fail with an error message
169169
# Note that this assumes Account ID used here ('888888888888') is different than the one used
170170
# during encryption

0 commit comments

Comments
 (0)