summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/debugtoolbar.rst
diff options
context:
space:
mode:
authortylereaves <tylere@gmail.com>2014-04-16 16:13:03 -0400
committertylereaves <tylere@gmail.com>2014-04-16 16:13:03 -0400
commit1aa8eb60c7d54324d8d0d31a667b3e9c4c4e3b25 (patch)
tree80dd1c091f15d9f49ceb220557ecc42e9bd12798 /docs/quick_tutorial/debugtoolbar.rst
parent492cfd6b7a94ade1bc89855f3a15cbcc5bfa7f57 (diff)
downloadpyramid-1aa8eb60c7d54324d8d0d31a667b3e9c4c4e3b25.tar.gz
pyramid-1aa8eb60c7d54324d8d0d31a667b3e9c4c4e3b25.tar.bz2
pyramid-1aa8eb60c7d54324d8d0d31a667b3e9c4c4e3b25.zip
Update debugtoolbar.rst
Fix wording to reflect how debugtoolbar actually works
Diffstat (limited to 'docs/quick_tutorial/debugtoolbar.rst')
-rw-r--r--docs/quick_tutorial/debugtoolbar.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/quick_tutorial/debugtoolbar.rst b/docs/quick_tutorial/debugtoolbar.rst
index 1c540d8a2..88b55869e 100644
--- a/docs/quick_tutorial/debugtoolbar.rst
+++ b/docs/quick_tutorial/debugtoolbar.rst
@@ -71,9 +71,9 @@ supports wiring in add-on configuration via our ``development.ini``
using ``pyramid.includes``. We use this to load the configuration for
the debugtoolbar.
-You'll now see an attractive (and collapsible) menu in the right of
-your browser, providing introspective access to debugging information.
-Even better, if your web application generates an error,
+You'll now see an attractive button in the right of
+your browser, which you may click to provide introspective access to debugging
+information in a new browser tab. Even better, if your web application generates an error,
you will see a nice traceback on the screen. When you want to disable
this toolbar, no need to change code: you can remove it from
``pyramid.includes`` in the relevant ``.ini`` configuration file (thus