Skip to content

Commit 1fced93

Browse files
committed
Minor changes
1 parent 78b5460 commit 1fced93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shiny/ui/_navs_dynamic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def update_nav_panel(
130130
id
131131
The `id` of the relevant navigation container (i.e., `navset_*()` object).
132132
target
133-
The `value` of an existing :func:`shiny.ui.nav` item to show.
133+
The `value` of an existing :func:`shiny.ui.nav_panel` item to show.
134134
method
135135
The action to perform on the nav_panel (`"show"` or `"hide"`).
136136
session
@@ -139,7 +139,7 @@ def update_nav_panel(
139139
140140
Note
141141
----
142-
On reveal, the `nav_panel` will not be the active tab. To change the active tab, use `~update_navs()`
142+
On reveal, the `nav_panel` will not be the active tab. To change the active tab, use :func:`~shiny.ui.update_navs()`
143143
For example:
144144
```
145145
@reactive.effect

0 commit comments

Comments
 (0)