From a020af6e9428b7f6780697840434ea6574f3dcec Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Fri, 22 Dec 2023 10:24:57 -0600 Subject: [PATCH] Fix docstring for page_opts --- shiny/express/ui/_page.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shiny/express/ui/_page.py b/shiny/express/ui/_page.py index f06d549f4..50a67d7be 100644 --- a/shiny/express/ui/_page.py +++ b/shiny/express/ui/_page.py @@ -27,6 +27,10 @@ def page_opts( """ Set page-level options for the current app. + The arguments to this function get passed to :func:`~shiny.ui.page_auto`. + + Parameters + ---------- title The browser window title (defaults to the host URL of the page). lang