From c7d967a31e83f65a7eb80417e34c2ebd4e9af979 Mon Sep 17 00:00:00 2001 From: Mark McDonald Date: Thu, 4 Apr 2024 10:10:19 +0800 Subject: [PATCH] Typo in `Response` class. b/332725301 --- site/en/tutorials/python_quickstart.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/tutorials/python_quickstart.ipynb b/site/en/tutorials/python_quickstart.ipynb index 167e74369..7750e3289 100644 --- a/site/en/tutorials/python_quickstart.ipynb +++ b/site/en/tutorials/python_quickstart.ipynb @@ -371,7 +371,7 @@ "id": "UZPpoKMQoru8" }, "source": [ - "If the API failed to return a result, use `GenerateContentRespose.prompt_feedback` to see if it was blocked due to safety concerns regarding the prompt." + "If the API failed to return a result, use `GenerateContentResponse.prompt_feedback` to see if it was blocked due to safety concerns regarding the prompt." ] }, {