Skip to content

Commit 9827ade

Browse files
authored
Merge pull request #2579 from tswast/str-not-string
Replace types string with str.
2 parents 947059a + 1095188 commit 9827ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-vision/google/cloud/vision/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Connection(base_connection.JSONConnection):
2929
:type http: :class:`httplib2.Http` or class that defines ``request()``.
3030
:param http: (Optional) HTTP object to make requests.
3131
32-
:type api_base_url: string
32+
:type api_base_url: str
3333
:param api_base_url: The base of the API call URL. Defaults to the value
3434
:attr:`Connection.API_BASE_URL`.
3535
"""

0 commit comments

Comments
 (0)