diff --git a/config/clients/python/template/README_calling_api.mustache b/config/clients/python/template/README_calling_api.mustache index 9f85278b..42bdff13 100644 --- a/config/clients/python/template/README_calling_api.mustache +++ b/config/clients/python/template/README_calling_api.mustache @@ -488,7 +488,7 @@ body = ClientListRelationsRequest( ) var response = await fga_client.list_relations(body, options); -// response.relations = ["can_view", "can_edit"] +# response.relations = ["can_view", "can_edit"] ``` #### Assertions