Skip to content

Commit

Permalink
Missed a couple renamings
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Jan 31, 2025
1 parent 6b1e24d commit 37257ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shiny/express/ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
"output_ui",
"output_data_frame",
# MarkdownStream knows how to render itself in express
"output_markdown_stream",
"markdown_stream_ui",
# Chat knows how to render itself in express
"chat_ui",
),
Expand Down
2 changes: 1 addition & 1 deletion shiny/ui/_markdown_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def ui(
Get the UI element for this markdown stream.
This method is only relevant for Shiny Express. In Shiny Core, use
:func:`~shiny.ui.output_markdown_stream` for placing the markdown stream
:func:`~shiny.ui.markdown_stream_ui` for placing the markdown stream
in the UI.
Parameters
Expand Down

0 comments on commit 37257ec

Please sign in to comment.