File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,20 @@ Authentication / Configuration
2727
2828- Override the credentials inferred from the environment by passing explicit
2929 ``credentials `` to one of the alternative ``classmethod `` factories,
30- ` :meth:gcloud.bigquery.client.Client.from_service_account_json `:
30+ :meth: ` gcloud.bigquery.client.Client.from_service_account_json `:
3131
3232 .. doctest ::
3333
3434 >>> from gcloud import bigquery
3535 >>> client = bigquery.Client.from_service_account_json(' /path/to/creds.json' )
3636
37- or ` :meth:gcloud.bigquery.client.Client.from_service_account_p12 `:
37+ or :meth: ` gcloud.bigquery.client.Client.from_service_account_p12 `:
3838
3939 .. doctest ::
4040
4141 >>> from gcloud import bigquery
42- >>>
client = bigquery.Client.from_service_account_p12(' /path/to/creds.p12' , ' [email protected] ' ) 42+ >>> client = bigquery.Client.from_service_account_p12(
43+ ...
' /path/to/creds.p12' , ' [email protected] ' )4344
4445
4546Projects
You can’t perform that action at this time.
0 commit comments