Skip to content

Commit 6c71022

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shiny/module.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626

2727
@add_example(ex_dir="api-examples/Module")
2828
def ui(fn: Callable[P, R]) -> Callable[Concatenate[str, P], R]:
29-
"""Decorator for defining a Shiny module UI function.
29+
"""
30+
Decorator for defining a Shiny module UI function.
3031
3132
This decorator allows you to write the UI portion of a Shiny module.
3233
When your decorated `ui` function is called with an `id`,

0 commit comments

Comments
 (0)