summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorgoodwillcoding <goodwillcoding@webhippo.net>2013-01-22 08:36:28 -0800
committergoodwillcoding <goodwillcoding@webhippo.net>2013-01-22 08:36:28 -0800
commit10f6c5a129cab1cb9f067ed7e0287585af2fc329 (patch)
tree011c3df2f806921ab739a21c8f24364ea88f1156 /docs/tutorials
parenta9d1f2f13011aa07b67dccdbda5219c3bd20b5ac (diff)
parent14ffa6c187e30c2756adc548f90c8ab6de34534c (diff)
downloadpyramid-10f6c5a129cab1cb9f067ed7e0287585af2fc329.tar.gz
pyramid-10f6c5a129cab1cb9f067ed7e0287585af2fc329.tar.bz2
pyramid-10f6c5a129cab1cb9f067ed7e0287585af2fc329.zip
Merge pull request #814 from tshepang/typo
typo thank you
Diffstat (limited to 'docs/tutorials')
-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``