Skip to content

Commit 0275f83

Browse files
committed
docs: Fix function docstring
1 parent 8e5025f commit 0275f83

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ async def close(self):
145145
any tools created by this Client to cease to function.
146146
147147
If the session was provided externally during initialization, the caller
148-
is responsible for its lifecycle, but calling close here will still
149-
attempt to close it.
148+
is responsible for its lifecycle.
150149
"""
151150
if self.__manage_session:
152151
await self.__session.close()

0 commit comments

Comments
 (0)