Skip to content

Commit

Permalink
Fix link (I think)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbrosnan committed Feb 13, 2024
1 parent 9fcaba7 commit 4a02a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/client/docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Subscribe to a ticking table
The `pydeephaven-ticking` package can be used to subscribe to ticking tables. This is useful for getting asynchronous callbacks when
they change. The package maintains a complete local copy of the table and notifies callers when the table changes.

Note that `pydeephaven-ticking` must be built before running this example. Build instructions are available <a href='https://github.com/deephaven/deephaven-core/tree/main/py/client-ticking#readme'>here</a>.
Note that `pydeephaven-ticking` must be built before running this example. Build instructions are available `here https://github.com/deephaven/deephaven-core/tree/main/py/client-ticking#readme`_.

The listener can be specified either as a python function or as an implementation of the TableListener abstract base class. In the
case of implementing
Expand Down

0 comments on commit 4a02a18

Please sign in to comment.