summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2014-09-21 04:47:07 -0700
committerSteve Piercy <web@stevepiercy.com>2014-09-21 04:47:07 -0700
commit13badbc64f21aec7d6b19206df53ce29f90346c9 (patch)
treead57835aceeb0413bc9c5760bbe0093e2135dacd /docs/quick_tutorial
parent62b4797b8f7793a8fe4aca1fb3de63f6d2818a70 (diff)
parentfea1750c7a70a666c7bcff40525206397c1080df (diff)
downloadpyramid-13badbc64f21aec7d6b19206df53ce29f90346c9.tar.gz
pyramid-13badbc64f21aec7d6b19206df53ce29f90346c9.tar.bz2
pyramid-13badbc64f21aec7d6b19206df53ce29f90346c9.zip
Merge pull request #1416 from stevepiercy/master
Update hello_world.rst
Diffstat (limited to 'docs/quick_tutorial')
-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