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

Commit 3898071

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 208299a commit 3898071

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
@@ -116,7 +116,7 @@ def sign(self, message):
116116

117117
@classmethod
118118
def from_string(cls, key, key_id=None):
119-
"""Construct an Signer instance from a private key in PEM format.
119+
"""Construct a Signer instance from a private key in PEM format.
120120
121121
Args:
122122
key (str): Private key in PEM format.

0 commit comments

Comments
 (0)