Skip to content

Commit c1a1c77

Browse files
committed
Edited docstring
1 parent 1a14a3b commit c1a1c77

File tree

1 file changed

+1
-0
lines changed
  • src/aws_encryption_sdk/keyring

1 file changed

+1
-0
lines changed

src/aws_encryption_sdk/keyring/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
class Keyring(object):
1717
"""Parent interface for Keyring classes.
1818
"""
19+
1920
def on_encrypt(self, encryption_materials):
2021
"""Generates a data key and encrypts it using all wrapping keys the Keyring is associated with.
2122

0 commit comments

Comments
 (0)