Fix typo in src/smolagents/local_python_executor.py

This commit is contained in:
oliveredget 2025-01-04 14:20:58 +08:00
parent d7c9486ca6
commit 78499e3a6e
No known key found for this signature in database
GPG Key ID: FC23EA5AECCBE0C0
1 changed files with 1 additions and 1 deletions

View File

@ -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.
"""