Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Commit ccb73ef

Browse files
bshaffergguuss
authored andcommitted
fixes iot_list_registries closing region tag [(#1434)](GoogleCloudPlatform/python-docs-samples#1434)
1 parent ae157a8 commit ccb73ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/api-client/manager/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def list_registries(service_account_json, project_id, cloud_region):
276276
registry.get('name')))
277277

278278
return registries
279-
# [END iot_list_devices]
279+
# [END iot_list_registries]
280280

281281

282282
# [START iot_create_registry]

0 commit comments

Comments
 (0)