Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions shiny/reactive/_poll.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ def poll(
-------
:
A decorator that should be applied to a no-argument function that (expensively)
reads whatever data is desired. (This function may be a regular function or a
co-routine function.) The result of the decorator is a reactive
:func:`~shiny.reactive.calc` that always returns up-to-date data, and invalidates
callers when changes are detected via polling.
reads whatever data is desired. (This function may be a regular function or a
co-routine function.) The result of the decorator is a reactive
:func:`~shiny.reactive.calc` that always returns up-to-date data, and
invalidates callers when changes are detected via polling.

See Also
--------
Expand Down