From 9000ee42f356a294da01956a18044a20707aaeeb Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Tue, 3 Apr 2018 12:31:14 -0700 Subject: [PATCH] fixes iot_list_registries closing region tag --- iot/api-client/manager/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iot/api-client/manager/manager.py b/iot/api-client/manager/manager.py index 190f83a6262..dbb81db15d5 100644 --- a/iot/api-client/manager/manager.py +++ b/iot/api-client/manager/manager.py @@ -276,7 +276,7 @@ def list_registries(service_account_json, project_id, cloud_region): registry.get('name'))) return registries -# [END iot_list_devices] +# [END iot_list_registries] # [START iot_create_registry]