From 78499e3a6e11374fa2479c8e1caa7cb1ffdebb8d Mon Sep 17 00:00:00 2001 From: oliveredget <188809800+oliveredget@users.noreply.github.com> Date: Sat, 4 Jan 2025 14:20:58 +0800 Subject: [PATCH] Fix typo in src/smolagents/local_python_executor.py --- src/smolagents/local_python_executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smolagents/local_python_executor.py b/src/smolagents/local_python_executor.py index 3cb04c0..c5d43ca 100644 --- a/src/smolagents/local_python_executor.py +++ b/src/smolagents/local_python_executor.py @@ -29,7 +29,7 @@ from .utils import truncate_content, BASE_BUILTIN_MODULES class InterpreterError(ValueError): """ - An error raised when the interpretor cannot evaluate a Python expression, due to syntax error or unsupported + An error raised when the interpreter cannot evaluate a Python expression, due to syntax error or unsupported operations. """