Skip to content

Commit a861b72

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

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
@@ -43,7 +43,7 @@ def ui(fn: Callable[P, R]) -> Callable[Concatenate[str, P], R]:
4343
4444
Returns
4545
-------
46-
Callable[[str, ...], R]
46+
:
4747
A function that takes a `str` `id` as its first argument, followed by any additional
4848
parameters accepted by `fn`. When called, it returns UI elements with input/output
4949
IDs automatically namespaced using the provided module `id`.

0 commit comments

Comments
 (0)