Skip to content

Commit

Permalink
Reformatting _modal.py
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettgman committed Dec 7, 2023
1 parent 89a3015 commit 993c5a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shiny/ui/_modal.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ def modal_remove(session: Optional[Session] = None) -> None:
"""
Remove a modal dialog box.
:func:`~shiny.ui.modal_remove` provides a way to remove a modal programatically.
Modals can also be removed manually by the user if a :func:`~shiny.ui.modal_button`
:func:`~shiny.ui.modal_remove` provides a way to remove a modal programatically.
Modals can also be removed manually by the user if a :func:`~shiny.ui.modal_button`
is provided, or if the modal is created with `easy_close=True`.
Parameters
Expand Down

0 comments on commit 993c5a2

Please sign in to comment.