Skip to content

Commit

Permalink
chore: Fix white space formatting in reactive.poll Returns (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke authored Sep 5, 2024
1 parent 1266de9 commit a7e8b03
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit a7e8b03

Please sign in to comment.