summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-22 08:07:31 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-22 08:07:31 +0200
commit14ffa6c187e30c2756adc548f90c8ab6de34534c (patch)
treeb107bd10c03852fb310a3b888b0e083ea3a132d6 /docs/tutorials/wiki
parentb7cb8fb3f8eba2dc140fd3cc6ec5f4d126375b32 (diff)
downloadpyramid-14ffa6c187e30c2756adc548f90c8ab6de34534c.tar.gz
pyramid-14ffa6c187e30c2756adc548f90c8ab6de34534c.tar.bz2
pyramid-14ffa6c187e30c2756adc548f90c8ab6de34534c.zip
typo
Diffstat (limited to 'docs/tutorials/wiki')
-rw-r--r--docs/tutorials/wiki/basiclayout.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/basiclayout.rst b/docs/tutorials/wiki/basiclayout.rst
index aab22408b..756a4b3b5 100644
--- a/docs/tutorials/wiki/basiclayout.rst
+++ b/docs/tutorials/wiki/basiclayout.rst
@@ -165,7 +165,7 @@ opposed to the tutorial :term:`package` directory) looks like this:
.. literalinclude:: src/basiclayout/development.ini
:language: ini
-Note the existence of an ``[app:main]`` section which specifies our WSGI
+Note the existence of a ``[app:main]`` section which specifies our WSGI
application. Our ZODB database settings are specified as the
``zodbconn.uri`` setting within this section. This value, and the other
values within this section are passed as ``**settings`` to the ``main``