We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17eb67f commit 14545caCopy full SHA for 14545ca
packages/google-auth/google/auth/credentials.py
@@ -138,7 +138,7 @@ class CredentialsWithQuotaProject(Credentials):
138
"""Abstract base for credentials supporting ``with_quota_project`` factory"""
139
140
def with_quota_project(self, quota_project_id):
141
- """Returns a copy of these credentials with a modified quota project
+ """Returns a copy of these credentials with a modified quota project.
142
143
Args:
144
quota_project_id (str): The project to use for quota and
0 commit comments