Skip to content

Commit

Permalink
Update enable_dev_tools docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Sep 21, 2018
1 parent 5019468 commit f02e0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash/dash.py
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ def enable_dev_tools(self,
served by wsgi and you want to activate the dev tools, you can call
this method out of `__main__`.
:param debug: If false no tools will be activated.
:param debug: If True, then activate all the tools unless specified.
:type debug: bool
:param dev_tools_serve_dev_bundles: Serve the dev bundles.
:type dev_tools_serve_dev_bundles: bool
Expand Down

0 comments on commit f02e0d9

Please sign in to comment.