File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/google-api-core/google/api_core Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def get_client_cert():
3333
3434 client = ImageAnnotatorClient(client_options=options)
3535
36- You can also pass a dictionary .
36+ You can also pass a mapping object .
3737
3838.. code-block:: python
3939
@@ -98,10 +98,10 @@ def __repr__(self):
9898
9999
100100def from_dict (options ):
101- """Construct a client options object from a dictionary .
101+ """Construct a client options object from a mapping object .
102102
103103 Args:
104- options (Dict[str, Any] ): A dictionary with client options.
104+ options (six.moves.collections_abc.Mapping ): A mapping object with client options.
105105 See the docstring for ClientOptions for details on valid arguments.
106106 """
107107
You can’t perform that action at this time.
0 commit comments