Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit a2eb338

Browse files
committed
Update the docstring for client_options
1 parent 236e6a6 commit a2eb338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • gapic/templates/%namespace/%name_%version/%sub/services/%service

gapic/templates/%namespace/%name_%version/%sub/services/%service/client.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class {{ service.client_name }}(metaclass={{ service.client_name }}Meta):
150150
transport to use. If set to None, a transport is chosen
151151
automatically.
152152
client_options (ClientOptions): Custom options for the client. It
153-
won't take effect unless ``transport`` is None.
153+
won't take effect if a ``transport`` instance is provided.
154154
(1) The ``api_endpoint`` property can be used to override the
155155
default endpoint provided by the client. GOOGLE_API_USE_MTLS
156156
environment variable can also be used to override the endpoint:

0 commit comments

Comments
 (0)