[go: nahoru, domu]

Skip to content

Commit

Permalink
docs(async_client): Fix typo in get_mtls_endpoint_and_cert_source doc (
Browse files Browse the repository at this point in the history
…#662)

Co-authored-by: Mariatta Wijaya <Mariatta@users.noreply.github.com>
  • Loading branch information
rwhogg and Mariatta committed Dec 8, 2022
1 parent 626710f commit b431b4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def get_mtls_endpoint_and_cert_source(
The API endpoint is determined in the following order:
(1) if `client_options.api_endpoint` if provided, use the provided one.
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
default mTLS endpoint; if the environment variabel is "never", use the default API
default mTLS endpoint; if the environment variable is "never", use the default API
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
use the default API endpoint.
Expand Down

0 comments on commit b431b4a

Please sign in to comment.