Skip to content

Commit ae7e371

Browse files
Update shiny/module.py
Co-authored-by: Carson Sievert <[email protected]>
1 parent 6c71022 commit ae7e371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def ui(fn: Callable[P, R]) -> Callable[Concatenate[str, P], R]:
3737
3838
Parameters
3939
----------
40-
fn : Callable[..., R]
40+
fn
4141
A function that returns a Shiny UI element or layout (e.g., a `ui.panel_*` component).
4242
This function should **not** accept an `id` parameter itself; the decorator injects it.
4343

0 commit comments

Comments
 (0)