summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/hello_world.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-11-10 00:57:29 -0600
committerMichael Merickel <michael@merickel.org>2014-11-10 00:57:29 -0600
commitd1d3edbbafd5ed0160e70f960025a12fa0783b5b (patch)
treed4bbc47ee9c469d3a89cf84f9df27b0edffe0f29 /docs/quick_tutorial/hello_world.rst
parentfe83c6bfdab16818cb434d95a09bd6510b43aa24 (diff)
parent7dd39020afbd50f6b27e03bb81ace700ae280bef (diff)
downloadpyramid-d1d3edbbafd5ed0160e70f960025a12fa0783b5b.tar.gz
pyramid-d1d3edbbafd5ed0160e70f960025a12fa0783b5b.tar.bz2
pyramid-d1d3edbbafd5ed0160e70f960025a12fa0783b5b.zip
Merge branch 'master' into feature.security-docs-enhancements
Diffstat (limited to 'docs/quick_tutorial/hello_world.rst')
-rw-r--r--docs/quick_tutorial/hello_world.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/hello_world.rst b/docs/quick_tutorial/hello_world.rst
index 1a9ba4c9d..4ae80ca87 100644
--- a/docs/quick_tutorial/hello_world.rst
+++ b/docs/quick_tutorial/hello_world.rst
@@ -77,7 +77,7 @@ explanation:
#. *Lines 12-14*. Use Pyramid's :term:`configurator` to connect
:term:`view` code to a particular URL :term:`route`.
-#. *Lines 6-7*. Implement the view code that generates the
+#. *Lines 6-8*. Implement the view code that generates the
:term:`response`.
#. *Lines 15-17*. Publish a :term:`WSGI` app using an HTTP