Skip to content

Commit 4c0de25

Browse files
committed
fixed docs reference
1 parent 4de2dde commit 4c0de25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google/auth/crypt/_cryptography_rsa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def from_string(cls, public_key):
6666
x509 public key certificate.
6767
6868
Returns:
69-
Verifier: The constructed verifier.
69+
google.auth.crypt.base.Verifier: The constructed verifier.
7070
7171
Raises:
7272
ValueError: If the public key can't be parsed.

google/auth/crypt/es256.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def from_string(cls, public_key):
8282
x509 public key certificate.
8383
8484
Returns:
85-
Verifier: The constructed verifier.
85+
google.auth.crypt.base.Verifier: The constructed verifier.
8686
8787
Raises:
8888
ValueError: If the public key can't be parsed.

0 commit comments

Comments
 (0)