From 21e3106593665365e35011112b4e207cd3c9acdf Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Thu, 12 Apr 2018 13:25:02 -0700 Subject: [PATCH] fixes iot_list_registries closing region tag (#1434) --- 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 190f83a6262c..dbb81db15d5f 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]