Skip to content

Commit 9c0d0db

Browse files
committed
small fix
1 parent 50217d3 commit 9c0d0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
class ToolboxSyncTool:
2626
"""
27-
A synchronous wrapper around an asynchronous ToolboxTool instance.
27+
A synchronous wrapper proxying asynchronous ToolboxTool instance.
2828
2929
This class allows calling the underlying async tool synchronously.
3030
It also proxies methods like `add_auth_token_getters` and

0 commit comments

Comments
 (0)