Skip to content

Commit

Permalink
Fix comment. (#2108)
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 481ab5a commit 1e85bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision/cloud-client/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 1e85bda

Please sign in to comment.