Skip to content

Commit e5e3e3c

Browse files
committed
dash-Dash
1 parent a7e3cdd commit e5e3e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/dash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ def __init__( # pylint: disable=too-many-statements
550550
if long_callback_manager:
551551
warnings.warn(
552552
DeprecationWarning(
553-
"`long_callback_manager` is deprecated and will be remove in dash 3.0, "
553+
"`long_callback_manager` is deprecated and will be remove in Dash 3.0, "
554554
"use `background_callback_manager` instead."
555555
)
556556
)

0 commit comments

Comments
 (0)