Skip to content

Commit f2aad2e

Browse files
committed
adding python string
1 parent 1fced93 commit f2aad2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/ui/_navs_dynamic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def update_nav_panel(
141141
----
142142
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:
144-
```
144+
```python
145145
@reactive.effect
146146
@reactive.event(input.show_tab)
147147
def _():

0 commit comments

Comments
 (0)