Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 6efed1d

Browse files
Update google/auth/crypt/rsa.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 4edfd72 commit 6efed1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/auth/crypt/rsa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class RSASigner(base.Signer, base.FromServiceAccountMixin):
9898
public key or certificate.
9999
100100
Raises:
101-
ImportError: if called with an rsa.key.PublicKey, when the rsa library is not installed
101+
ImportError: if called with an rsa.key.PrivateKey, when the rsa library is not installed
102102
ValueError: if an unrecognized public key is provided
103103
"""
104104

0 commit comments

Comments
 (0)