Skip to content

Commit a7e8b03

Browse files
authored
chore: Fix white space formatting in reactive.poll Returns (#1667)
1 parent 1266de9 commit a7e8b03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

shiny/reactive/_poll.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ def poll(
8787
-------
8888
:
8989
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.
9494
9595
See Also
9696
--------

0 commit comments

Comments
 (0)