Skip to content

Commit 017a03d

Browse files
bshafferwaprin
authored andcommitted
fixes typo in detect_properties [(#761)](GoogleCloudPlatform/python-docs-samples#761)
1 parent d150d08 commit 017a03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/detect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def detect_properties(path):
218218
print('fraction: {}'.format(color.pixel_fraction))
219219
print('r: {}'.format(color.color.red))
220220
print('g: {}'.format(color.color.green))
221-
print('g: {}'.format(color.color.blue))
221+
print('b: {}'.format(color.color.blue))
222222

223223

224224
def detect_properties_cloud_storage(uri):

0 commit comments

Comments
 (0)