From 766ec231f598276b1c792c759986f431ed2b43a9 Mon Sep 17 00:00:00 2001 From: sigoden Date: Sat, 3 Aug 2024 03:14:29 +0000 Subject: chore: update description of some tools --- tools/execute_py_code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/execute_py_code.py') diff --git a/tools/execute_py_code.py b/tools/execute_py_code.py index b4bf7b1..a774e82 100644 --- a/tools/execute_py_code.py +++ b/tools/execute_py_code.py @@ -1,5 +1,5 @@ def run(code: str): - """Runs the python code. + """Execute the python code. Args: code: Python code to execute, such as `print("hello world")` """ -- cgit v1.2.3