Skip to content

Commit eba940b

Browse files
committed
Update text
1 parent 206252b commit eba940b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shiny/express/ui/_insert.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ def insert_nav_panel(
5050
The `value` of an existing :func:`shiny.ui.nav_panel`, next to which tab will
5151
be added. Can also be `None`; see `position`.
5252
position
53-
The position of the new nav item relative to the target nav panel. If
54-
`target=None`, then `"before"` means the new nav item should be inserted at
55-
the head of the navset, and `"after"` is the end.
53+
The position of the new nav panel relative to the target. If
54+
`target=None`, then `"before"` means the new panel should be inserted at
55+
the head of the navlist, and `"after"` is the end.
5656
select
5757
Whether the nav panel should be selected upon insertion.
5858
session

0 commit comments

Comments
 (0)