File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,10 @@ def poll(
87
87
-------
88
88
:
89
89
A decorator that should be applied to a no-argument function that (expensively)
90
- reads whatever data is desired. (This function may be a regular function or a
91
- co-routine function.) The result of the decorator is a reactive
92
- :func:`~shiny.reactive.calc` that always returns up-to-date data, and invalidates
93
- callers when changes are detected via polling.
90
+ reads whatever data is desired. (This function may be a regular function or a
91
+ co-routine function.) The result of the decorator is a reactive
92
+ :func:`~shiny.reactive.calc` that always returns up-to-date data, and
93
+ invalidates callers when changes are detected via polling.
94
94
95
95
See Also
96
96
--------
You can’t perform that action at this time.
0 commit comments