Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Comment should reflect real filename.
  • Loading branch information
gregakespret authored and gguuss committed Jul 23, 2019
1 parent a2eeb2a commit cef1a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/crop_hints/crop_hints.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def draw_hint(image_file):
vects[2].x, vects[2].y,
vects[3].x, vects[3].y], None, 'red')
im.save('output-hint.jpg', 'JPEG')
print('Saved new image to output-crop.jpg')
print('Saved new image to output-hint.jpg')
# [END vision_crop_hints_tutorial_draw_crop_hints]


Expand Down

0 comments on commit cef1a10

Please sign in to comment.