Skip to content

Commit 37257ec

Browse files
committed
Missed a couple renamings
1 parent 6b1e24d commit 37257ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shiny/express/ui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
"output_ui",
329329
"output_data_frame",
330330
# MarkdownStream knows how to render itself in express
331-
"output_markdown_stream",
331+
"markdown_stream_ui",
332332
# Chat knows how to render itself in express
333333
"chat_ui",
334334
),

shiny/ui/_markdown_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def ui(
9595
Get the UI element for this markdown stream.
9696
9797
This method is only relevant for Shiny Express. In Shiny Core, use
98-
:func:`~shiny.ui.output_markdown_stream` for placing the markdown stream
98+
:func:`~shiny.ui.markdown_stream_ui` for placing the markdown stream
9999
in the UI.
100100
101101
Parameters

0 commit comments

Comments
 (0)