summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/debugtoolbar.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-10-07 03:27:59 -0700
committerSteve Piercy <web@stevepiercy.com>2018-10-07 03:27:59 -0700
commite76a722e8e36f0488f4bae45acb2293016f6d26c (patch)
tree6771c95e133c878128781d8b052398308b73d9aa /docs/quick_tutorial/debugtoolbar.rst
parentada94dcaa25dc8a3169a6cac7f1161f58fd52b17 (diff)
downloadpyramid-e76a722e8e36f0488f4bae45acb2293016f6d26c.tar.gz
pyramid-e76a722e8e36f0488f4bae45acb2293016f6d26c.tar.bz2
pyramid-e76a722e8e36f0488f4bae45acb2293016f6d26c.zip
grammar
Diffstat (limited to 'docs/quick_tutorial/debugtoolbar.rst')
-rw-r--r--docs/quick_tutorial/debugtoolbar.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/debugtoolbar.rst b/docs/quick_tutorial/debugtoolbar.rst
index c82a47340..a13d153d8 100644
--- a/docs/quick_tutorial/debugtoolbar.rst
+++ b/docs/quick_tutorial/debugtoolbar.rst
@@ -38,7 +38,7 @@ Steps
cd ..; cp -r ini debugtoolbar; cd debugtoolbar
-#. Add ``pyramid_debugtoolbar`` to our project dependencies in ``setup.py``:
+#. Add ``pyramid_debugtoolbar`` to our project's dependencies in ``setup.py``:
.. literalinclude:: debugtoolbar/setup.py
:language: python