Skip to content

Commit 1e85bda

Browse files
gregakespretgguuss
authored andcommitted
Fix comment. (#2108)
Comment should reflect real filename.
1 parent 481ab5a commit 1e85bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vision/cloud-client/crop_hints/crop_hints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def draw_hint(image_file):
6767
vects[2].x, vects[2].y,
6868
vects[3].x, vects[3].y], None, 'red')
6969
im.save('output-hint.jpg', 'JPEG')
70-
print('Saved new image to output-crop.jpg')
70+
print('Saved new image to output-hint.jpg')
7171
# [END vision_crop_hints_tutorial_draw_crop_hints]
7272

7373

0 commit comments

Comments
 (0)