summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/debugtoolbar.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-04-16 15:15:25 -0500
committerMichael Merickel <michael@merickel.org>2014-04-16 15:15:25 -0500
commit0811214a7f5dddad1aa9faf11d245cb5be93b866 (patch)
tree3b32dec429d4cd42fdb478563e73b3b49a4628df /docs/quick_tutorial/debugtoolbar.rst
parent492cfd6b7a94ade1bc89855f3a15cbcc5bfa7f57 (diff)
parentb6ff39af94797c3b81adc367e86a546a099df519 (diff)
downloadpyramid-0811214a7f5dddad1aa9faf11d245cb5be93b866.tar.gz
pyramid-0811214a7f5dddad1aa9faf11d245cb5be93b866.tar.bz2
pyramid-0811214a7f5dddad1aa9faf11d245cb5be93b866.zip
Merge pull request #1298 from tylereaves/master
Fix wording in debug toolbar tutorial
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..45279b541 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 on the right side 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