Skip to content

Commit

Permalink
chore: Updated description of decrypt() usage in src/aws_encryption_s…
Browse files Browse the repository at this point in the history
…dk/__init__.py
  • Loading branch information
RitvikKapila committed Apr 18, 2024
1 parent e56e39b commit f607d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws_encryption_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def decrypt(self, **kwargs):
... 'arn:aws:kms:us-east-1:2222222222222:key/22222222-2222-2222-2222-222222222222',
... 'arn:aws:kms:us-east-1:3333333333333:key/33333333-3333-3333-3333-333333333333'
... ])
>>> my_plaintexts, decryptor_header = client.decrypt(
>>> my_plaintext, decryptor_header = client.decrypt(
... source=my_ciphertext,
... key_provider=kms_key_provider
... )
Expand Down

0 comments on commit f607d15

Please sign in to comment.