Skip to content

Commit

Permalink
Update py/server/deephaven/table_listener.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chip Kent <[email protected]>
  • Loading branch information
jmao-denver and chipkent committed Jul 10, 2024
1 parent 747c70a commit b9cf631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/server/deephaven/table_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ def stop(self) -> None:

def merged_listen(tables: Sequence[Table], listener: Union[Callable[[Dict[Table, TableUpdate]], None], MergedListener],
description: str = None, dependencies: Union[Table, Sequence[Table]] = None) -> MergedListenerHandle:
"""This is a convenience function that creates a MergedTableListenerHandle object and immediately starts it to
"""This is a convenience function that creates a MergedListenerHandle object and immediately starts it to
listen for table updates.
The function returns the created MergedListenerHandle object whose 'stop' method can be called to stop
Expand Down

0 comments on commit b9cf631

Please sign in to comment.