Skip to content

Commit 10e37f9

Browse files
committed
trust: Better docstrings
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent a69b590 commit 10e37f9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sigstore/_internal/trust.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,14 +416,13 @@ def _get_valid_services(
416416

417417
def get_tlogs(self) -> list[RekorClient]:
418418
"""
419-
Returns the rekor transparency log clients that client should sign with.
419+
Returns the rekor transparency log clients to sign with.
420420
"""
421421
return [RekorClient(tlog.url) for tlog in self._tlogs]
422422

423423
def get_fulcio(self) -> FulcioClient:
424424
"""
425-
Returns a Fulcio instance that client should use to get a
426-
signing certificate from
425+
Returns a Fulcio client to get a signing certificate from
427426
"""
428427
return FulcioClient(self._fulcios[0].url)
429428

0 commit comments

Comments
 (0)