Skip to content

Commit a589654

Browse files
committed
Update docstrings to refer to run_server instead of run
1 parent 4aa91d6 commit a589654

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dash/dash.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ def enable_dev_tools(
16011601
dev_tools_silence_routes_logging=None,
16021602
dev_tools_prune_errors=None,
16031603
):
1604-
"""Activate the dev tools, called by `run_server`. If your application
1604+
"""Activate the dev tools, called by `run`. If your application
16051605
is served by wsgi and you want to activate the dev tools, you can call
16061606
this method out of `__main__`.
16071607
@@ -1624,7 +1624,7 @@ def enable_dev_tools(
16241624
:param debug: Enable/disable all the dev tools unless overridden by the
16251625
arguments or environment variables. Default is ``True`` when
16261626
``enable_dev_tools`` is called directly, and ``False`` when called
1627-
via ``run_server``. env: ``DASH_DEBUG``
1627+
via ``run``. env: ``DASH_DEBUG``
16281628
:type debug: bool
16291629
16301630
:param dev_tools_ui: Show the dev tools UI. env: ``DASH_UI``
@@ -1905,7 +1905,7 @@ def run(
19051905
:param debug: Enable/disable all the dev tools unless overridden by the
19061906
arguments or environment variables. Default is ``True`` when
19071907
``enable_dev_tools`` is called directly, and ``False`` when called
1908-
via ``run_server``. env: ``DASH_DEBUG``
1908+
via ``run``. env: ``DASH_DEBUG``
19091909
:type debug: bool
19101910
19111911
:param dev_tools_ui: Show the dev tools UI. env: ``DASH_UI``

0 commit comments

Comments
 (0)