Skip to content

Commit cac3da4

Browse files
authored
Merge pull request #2604 from mlissner/patch-1
Fixes typo
2 parents 15c39ea + 5f9134c commit cac3da4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-cloud-core/google/cloud

packages/google-cloud-core/google/cloud/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def _determine_default(project):
155155

156156

157157
class JSONClient(Client, _ClientProjectMixin):
158-
"""Client to for Google JSON-based API.
158+
"""Client for Google JSON-based API.
159159
160160
Assumes such APIs use the ``project`` and the client needs to store this
161161
value.

0 commit comments

Comments
 (0)