File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ class KmsKeyring(Keyring):
60
60
If you specify ``is_discovery=True`` the keyring will be a KMS discovery keyring,
61
61
doing nothing on encrypt and attempting to decrypt any AWS KMS-encrypted data key on decrypt.
62
62
63
- .. notice ::
63
+ .. note ::
64
64
65
65
You must either set ``is_discovery=True`` or provide key IDs.
66
66
Original file line number Diff line number Diff line change @@ -79,7 +79,8 @@ class RawAESKeyring(Keyring):
79
79
:param WrappingAlgorithm wrapping_algorithm: Wrapping Algorithm with which to wrap plaintext data key.
80
80
81
81
.. note::
82
- Only one wrapping key can be specified in a Raw AES Keyring
82
+
83
+ Only one wrapping key can be specified in a Raw AES Keyring
83
84
"""
84
85
85
86
key_namespace = attr .ib (validator = instance_of (six .string_types ))
Original file line number Diff line number Diff line change 31
31
class MasterKeyInfo (object ):
32
32
"""Contains information necessary to identify a Master Key.
33
33
34
- .. notice ::
34
+ .. note ::
35
35
36
36
The only keyring or master key that should need to set ``key_name`` is the Raw AES keyring/master key.
37
37
For all other keyrings and master keys, ``key_info`` and ``key_name`` should always be the same.
You can’t perform that action at this time.
0 commit comments