Skip to content

Commit 7605f52

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

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
@@ -51,7 +51,7 @@ def ui(fn: Callable[P, R]) -> Callable[Concatenate[str, P], R]:
5151
See Also
5252
--------
5353
* Shiny Modules documentation: <https://shiny.posit.co/py/docs/modules.html>
54-
* ~shiny.module.server
54+
* shiny.module.server
5555
"""
5656

5757
def wrapper(id: Id, *args: P.args, **kwargs: P.kwargs) -> R:

0 commit comments

Comments
 (0)