Skip to content

Commit

Permalink
Rewrite well description based off Shiny for R's function
Browse files Browse the repository at this point in the history
  • Loading branch information
charliejhadley authored Jul 26, 2024
1 parent 6789f37 commit bbec48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shiny/ui/_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def output_code(id: str, placeholder: bool = True) -> Tag:
Create a output container for code (monospaced text).
This is similar to :func:`~shiny.ui.output_text`, except that it displays the text
in a Bootstrap well; a fixed-width container with a gray-ish background color and border.
in a fixed-width container with a gray-ish background color and border - equivalent to Bootstrap's ``well`` CSS class.
Parameters
----------
Expand Down

0 comments on commit bbec48b

Please sign in to comment.