diff --git a/py/client/docs/source/examples.rst b/py/client/docs/source/examples.rst index b00b4926a6d..8bd9e1bee84 100644 --- a/py/client/docs/source/examples.rst +++ b/py/client/docs/source/examples.rst @@ -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 `here `_. +Note that `pydeephaven-ticking` must be built before running this example. Build instructions are available `here `__. 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