Skip to content

Commit

Permalink
Update py/server/deephaven/liveness_scope.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chip Kent <5250374+chipkent@users.noreply.github.com>
  • Loading branch information
niloc132 and chipkent authored Oct 6, 2023
1 parent fdf1ca4 commit 9115098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/server/deephaven/liveness_scope.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def j_object(self) -> jpy.JType:

class SimpleLivenessScope(_BaseLivenessScope):
"""
A SimpleLivenessScope automatically managed reference counting of tables and other query resources that
A SimpleLivenessScope automatically manages reference counting of tables and other query resources that
are created in it. Instances are created through calling `liveness_scope()` in a `with` block or as a
function decorator, and will be disposed of automatically.
"""
Expand Down

0 comments on commit 9115098

Please sign in to comment.