diff options
| author | Jay Martin <james.martin7@gmail.com> | 2014-09-20 11:54:13 -0400 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2014-09-21 04:45:35 -0700 |
| commit | fea1750c7a70a666c7bcff40525206397c1080df (patch) | |
| tree | ad57835aceeb0413bc9c5760bbe0093e2135dacd /docs/quick_tutorial | |
| parent | 62b4797b8f7793a8fe4aca1fb3de63f6d2818a70 (diff) | |
| download | pyramid-fea1750c7a70a666c7bcff40525206397c1080df.tar.gz pyramid-fea1750c7a70a666c7bcff40525206397c1080df.tar.bz2 pyramid-fea1750c7a70a666c7bcff40525206397c1080df.zip | |
Update hello_world.rst
Diffstat (limited to 'docs/quick_tutorial')
| -rw-r--r-- | docs/quick_tutorial/hello_world.rst | 2 |
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 |
