Skip to content

Commit b60c290

Browse files
committed
docs: Improve docstring
1 parent 6e52dcb commit b60c290

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
@@ -350,7 +350,7 @@ def add_auth_token_getter(
350350
self, auth_source: str, get_id_token: Callable[[], str]
351351
) -> "ToolboxTool":
352352
"""
353-
Registers an auth token getter function that is used for AuthServices
353+
Registers an auth token getter function that is used for AuthService
354354
when tools are invoked.
355355
356356
Args:

0 commit comments

Comments
 (0)