We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f423728 commit 1c55f14Copy full SHA for 1c55f14
shiny/render/_data_frame_utils/_selection.py
@@ -343,7 +343,7 @@ def as_selection_modes(
343
344
warn_deprecated(
345
f"`{name}(row_selection_mode=)` has been superseded by `{name}(selection_mode=)`."
346
- f' Please use `{name}(mode="{selection_mode_val}")` instead.'
+ f' Please use `{name}(selection_mode="{selection_mode_val}")` instead.'
347
)
348
if not isinstance(selection_mode_val, tuple):
349
selection_mode_val = (selection_mode_val,)
0 commit comments