File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -528,7 +528,7 @@ def __init__(
528528 self ._attached_to_cursor = False
529529 # Should we leave the session alive when the cursor is closed?
530530 self ._leave_alive = False
531- # Is this session bound to a scope?
531+ # Is this session bound to a context manager scope?
532532 self ._bound = False
533533 self ._session_token : Optional [Token [_AsyncBoundClientSession ]] = None
534534
Original file line number Diff line number Diff line change @@ -527,7 +527,7 @@ def __init__(
527527 self ._attached_to_cursor = False
528528 # Should we leave the session alive when the cursor is closed?
529529 self ._leave_alive = False
530- # Is this session bound to a scope?
530+ # Is this session bound to a context manager scope?
531531 self ._bound = False
532532 self ._session_token : Optional [Token [_BoundClientSession ]] = None
533533
You can’t perform that action at this time.
0 commit comments