@@ -1601,7 +1601,7 @@ def enable_dev_tools(
1601
1601
dev_tools_silence_routes_logging = None ,
1602
1602
dev_tools_prune_errors = None ,
1603
1603
):
1604
- """Activate the dev tools, called by `run_server `. If your application
1604
+ """Activate the dev tools, called by `run `. If your application
1605
1605
is served by wsgi and you want to activate the dev tools, you can call
1606
1606
this method out of `__main__`.
1607
1607
@@ -1624,7 +1624,7 @@ def enable_dev_tools(
1624
1624
:param debug: Enable/disable all the dev tools unless overridden by the
1625
1625
arguments or environment variables. Default is ``True`` when
1626
1626
``enable_dev_tools`` is called directly, and ``False`` when called
1627
- via ``run_server ``. env: ``DASH_DEBUG``
1627
+ via ``run ``. env: ``DASH_DEBUG``
1628
1628
:type debug: bool
1629
1629
1630
1630
:param dev_tools_ui: Show the dev tools UI. env: ``DASH_UI``
@@ -1905,7 +1905,7 @@ def run(
1905
1905
:param debug: Enable/disable all the dev tools unless overridden by the
1906
1906
arguments or environment variables. Default is ``True`` when
1907
1907
``enable_dev_tools`` is called directly, and ``False`` when called
1908
- via ``run_server ``. env: ``DASH_DEBUG``
1908
+ via ``run ``. env: ``DASH_DEBUG``
1909
1909
:type debug: bool
1910
1910
1911
1911
:param dev_tools_ui: Show the dev tools UI. env: ``DASH_UI``
0 commit comments