Skip to content

Commit f0311d1

Browse files
committed
Update intro.rst
1 parent 1962601 commit f0311d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Results
8585
You can use the :class:`~flogin.jsonrpc.results.Result` object constructor to pass most options.
8686

8787
.. NOTE::
88-
For handling what happens when the result gets clicked or customizing the context menu, subclass the object and override the methods. See :class:`~flogin.jsonrpc.results.Result` for more info.
88+
For handling what happens when the result gets clicked or customizing the context menu, subclass the object and override the methods. See :class:`~flogin.jsonrpc.results.Result` for more info. Alternatively, you can use :func:`~flogin.jsonrpc.results.Result.create_with_partial` to create a result with a callback, without subclassing.
8989

9090
.. code:: py
9191

0 commit comments

Comments
 (0)