Skip to content

Commit 3e54979

Browse files
author
Lukas Puehringer
committed
Remove SSlibSigner mention in docstring
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
1 parent a7b832b commit 3e54979

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tuf/api/metadata.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,7 @@ def sign(
351351
352352
Args:
353353
signer: A ``securesystemslib.signer.Signer`` object that provides a
354-
private key and signing implementation to generate the signature. A
355-
standard implementation is available in
356-
``securesystemslib.signer.SSlibSigner``.
354+
signing implementation to generate the signature.
357355
append: ``True`` if the signature should be appended to
358356
the list of signatures or replace any existing signatures. The
359357
default behavior is to replace signatures.

0 commit comments

Comments
 (0)