Skip to content

Commit 7afda43

Browse files
author
Jon Wayne Parrott
committed
Regenerate and fix docs
1 parent 4213101 commit 7afda43

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
google.auth.app_engine module
2+
=============================
3+
4+
.. automodule:: google.auth.app_engine
5+
:members:
6+
:inherited-members:
7+
:show-inheritance:

packages/google-auth/docs/reference/google.auth.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Submodules
1919

2020
.. toctree::
2121

22+
google.auth.app_engine
2223
google.auth.credentials
2324
google.auth.crypt
2425
google.auth.environment_vars

packages/google-auth/google/oauth2/service_account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def from_service_account_file(cls, filename, **kwargs):
205205
return cls._from_signer_and_info(signer, info, **kwargs)
206206

207207
def to_jwt_credentials(self):
208-
"""Creates a :cls:`google.auth.jwt.Credentials` instance from this
208+
"""Creates a :class:`google.auth.jwt.Credentials` instance from this
209209
instance.
210210
211211
The new instance will use the same private key as this instance and

0 commit comments

Comments
 (0)