Skip to content

Commit 0d93c92

Browse files
committed
chore: Fix spelling - there are
Signed-off-by: Josh Soref <[email protected]>
1 parent a6e07a1 commit 0d93c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/code_executors/code_execution_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def extract_code_and_truncate_content(
126126
if not content or not content.parts:
127127
return
128128

129-
# Extract the code from the executable code parts if there're no associated
129+
# Extract the code from the executable code parts if there are no associated
130130
# code execution result parts.
131131
for idx, part in enumerate(content.parts):
132132
if part.executable_code and (

0 commit comments

Comments
 (0)