Skip to content

Commit 183ea48

Browse files
committed
fix docstring
1 parent 3c67596 commit 183ea48

File tree

1 file changed

+1
-1
lines changed
  • packages/toolbox-core/src/toolbox_core

1 file changed

+1
-1
lines changed

packages/toolbox-core/src/toolbox_core/tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def _schema_to_docstring(
108108
docstring += "\n\nArgs:"
109109
for p in params:
110110
param_metadata = params_metadata[p.name]
111-
docstring += f"\n{p.name} ({param_metadata[0]}): {param_metadata[1]}"
111+
docstring += f"\n {p.name} ({param_metadata[0]}): {param_metadata[1]}"
112112
return docstring
113113

114114
def __copy(

0 commit comments

Comments
 (0)