Skip to content

Commit e299de9

Browse files
committed
Better wording of plugins deprecation.
1 parent 9d1e417 commit e299de9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dash/dash.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,8 +566,8 @@ def __init__( # pylint: disable=too-many-statements
566566
):
567567
warnings.warn(
568568
DeprecationWarning(
569-
"plugins will be removed from Dash init in dash 3.0 and will be replaced by"
570-
" a new system."
569+
"The `plugins` keyword will be removed from Dash init in Dash 3.0 "
570+
"and replaced by a new hook system."
571571
)
572572
)
573573
for plugin in plugins:

0 commit comments

Comments
 (0)