From 77c05f87b16d52a2731c72c1cdefaf6bed08f99d Mon Sep 17 00:00:00 2001 From: nikkie Date: Thu, 12 Feb 2026 22:31:40 +0900 Subject: [PATCH 1/2] Fix typo --- src/google/adk/a2a/experimental.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/google/adk/a2a/experimental.py b/src/google/adk/a2a/experimental.py index 77c31fdeca..41334bc4d4 100644 --- a/src/google/adk/a2a/experimental.py +++ b/src/google/adk/a2a/experimental.py @@ -23,7 +23,7 @@ default_message=( "ADK Implementation for A2A support (A2aAgentExecutor, RemoteA2aAgent " "and corresponding supporting components etc.) is in experimental mode " - "and is subjected to breaking changes. A2A protocol and SDK are" + "and is subjected to breaking changes. A2A protocol and SDK are " "themselves not experimental. Once it's stable enough the experimental " "mode will be removed. Your feedback is welcome." ), From a117314eb524dd93351e17f2183eea080225e43e Mon Sep 17 00:00:00 2001 From: nikkie Date: Fri, 13 Feb 2026 19:50:09 +0900 Subject: [PATCH 2/2] Gemini found another typo Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- src/google/adk/a2a/experimental.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/google/adk/a2a/experimental.py b/src/google/adk/a2a/experimental.py index 41334bc4d4..7f331eb763 100644 --- a/src/google/adk/a2a/experimental.py +++ b/src/google/adk/a2a/experimental.py @@ -23,7 +23,7 @@ default_message=( "ADK Implementation for A2A support (A2aAgentExecutor, RemoteA2aAgent " "and corresponding supporting components etc.) is in experimental mode " - "and is subjected to breaking changes. A2A protocol and SDK are " + "and is subject to breaking changes. A2A protocol and SDK are " "themselves not experimental. Once it's stable enough the experimental " "mode will be removed. Your feedback is welcome." ),