Skip to content

Commit

Permalink
fix(automl): fix typo in code example for AutoML Tables (#9806)
Browse files Browse the repository at this point in the history
  • Loading branch information
geraint0923 authored and busunkim96 committed Nov 15, 2019
1 parent dd8fdd7 commit e682813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automl/google/cloud/automl_v1beta1/tables/tables_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(
>>> from google.oauth2 import service_account
>>>
>>> client = automl_v1beta1.TablesClient(
... credentials=service_account.Credentials.from_service_account_file('~/.gcp/account.json')
... credentials=service_account.Credentials.from_service_account_file('~/.gcp/account.json'),
... project='my-project', region='us-central1')
...
Expand Down

0 comments on commit e682813

Please sign in to comment.