Skip to content

Commit dee9a83

Browse files
linter
1 parent 07b0fc7 commit dee9a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

securesystemslib/signer/_aws_signer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def import_(
191191
def sign(self, payload: bytes) -> Signature:
192192
"""Sign the payload with the AWS KMS key
193193
194-
This method computes the hash of the payload locally and sends only the
194+
This method computes the hash of the payload locally and sends only the
195195
digest to AWS KMS for signing, removing the 4KB message size limitation
196196
that exists when using MessageType="RAW".
197197

0 commit comments

Comments
 (0)