We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 947059a + 1095188 commit 9827adeCopy full SHA for 9827ade
packages/google-cloud-vision/google/cloud/vision/connection.py
@@ -29,7 +29,7 @@ class Connection(base_connection.JSONConnection):
29
:type http: :class:`httplib2.Http` or class that defines ``request()``.
30
:param http: (Optional) HTTP object to make requests.
31
32
- :type api_base_url: string
+ :type api_base_url: str
33
:param api_base_url: The base of the API call URL. Defaults to the value
34
:attr:`Connection.API_BASE_URL`.
35
"""
0 commit comments