Skip to content

Commit 7a46524

Browse files
authored
fix: correctly instantiates client (#338)
fixes #337
1 parent b2ea14a commit 7a46524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/_verifying.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Here is a test script:
3333
#
3434
# If you wish, you can send `transport='grpc'` or `transport='http'`
3535
# to change which underlying transport layer is being used.
36-
ia = vision.ImageAnnotator(host='vision.googleapis.com')
36+
ia = vision.ImageAnnotatorClient()
3737
3838
# Send the request to the server and get the response.
3939
response = ia.batch_annotate_images({

0 commit comments

Comments
 (0)