Skip to content

Commit a020af6

Browse files
committed
Fix docstring for page_opts
1 parent cc38443 commit a020af6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shiny/express/ui/_page.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ def page_opts(
2727
"""
2828
Set page-level options for the current app.
2929
30+
The arguments to this function get passed to :func:`~shiny.ui.page_auto`.
31+
32+
Parameters
33+
----------
3034
title
3135
The browser window title (defaults to the host URL of the page).
3236
lang

0 commit comments

Comments
 (0)