From ff5745398b1acb35f3228be4a23e030af43ae262 Mon Sep 17 00:00:00 2001 From: jonathanedey Date: Mon, 8 Dec 2025 15:53:35 -0500 Subject: [PATCH] chore: Fix auth snippet typo --- snippets/auth/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/auth/index.py b/snippets/auth/index.py index 6a509b8f..656137db 100644 --- a/snippets/auth/index.py +++ b/snippets/auth/index.py @@ -770,7 +770,7 @@ def get_tenant(tenant_id): # [START get_tenant] tenant = tenant_mgt.get_tenant(tenant_id) - print('Retreieved tenant:', tenant.tenant_id) + print('Retrieved tenant:', tenant.tenant_id) # [END get_tenant] def create_tenant():