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 a7e3cdd commit e5e3e3cCopy full SHA for e5e3e3c
dash/dash.py
@@ -550,7 +550,7 @@ def __init__( # pylint: disable=too-many-statements
550
if long_callback_manager:
551
warnings.warn(
552
DeprecationWarning(
553
- "`long_callback_manager` is deprecated and will be remove in dash 3.0, "
+ "`long_callback_manager` is deprecated and will be remove in Dash 3.0, "
554
"use `background_callback_manager` instead."
555
)
556
0 commit comments