Skip to content

Commit 14545ca

Browse files
fix: dummy commit to trigger a auto release (#597)
1 parent 17eb67f commit 14545ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-auth/google/auth/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class CredentialsWithQuotaProject(Credentials):
138138
"""Abstract base for credentials supporting ``with_quota_project`` factory"""
139139

140140
def with_quota_project(self, quota_project_id):
141-
"""Returns a copy of these credentials with a modified quota project
141+
"""Returns a copy of these credentials with a modified quota project.
142142
143143
Args:
144144
quota_project_id (str): The project to use for quota and

0 commit comments

Comments
 (0)