We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a985b2 commit 7605f52Copy full SHA for 7605f52
shiny/module.py
@@ -51,7 +51,7 @@ def ui(fn: Callable[P, R]) -> Callable[Concatenate[str, P], R]:
51
See Also
52
--------
53
* Shiny Modules documentation: <https://shiny.posit.co/py/docs/modules.html>
54
- * ~shiny.module.server
+ * shiny.module.server
55
"""
56
57
def wrapper(id: Id, *args: P.args, **kwargs: P.kwargs) -> R:
0 commit comments