Skip to content

Commit

Permalink
fixes typo in detect_properties [(#761)](GoogleCloudPlatform/python-d…
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored and waprin committed Jan 18, 2017
1 parent d150d08 commit 017a03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def detect_properties(path):
print('fraction: {}'.format(color.pixel_fraction))
print('r: {}'.format(color.color.red))
print('g: {}'.format(color.color.green))
print('g: {}'.format(color.color.blue))
print('b: {}'.format(color.color.blue))


def detect_properties_cloud_storage(uri):
Expand Down

0 comments on commit 017a03d

Please sign in to comment.