summaryrefslogtreecommitdiff
path: root/docs/tutorials/zodbsessions
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-14 07:39:28 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-14 07:39:28 +0000
commitc8503f330304bb58f597547d36b7ffa7957266c2 (patch)
treea909e3749d1854cbef53dc0879cc875cbfd4ee27 /docs/tutorials/zodbsessions
parent1c163c0258daddbb4c584d34fdb3b91b797fd10d (diff)
downloadpyramid-c8503f330304bb58f597547d36b7ffa7957266c2.tar.gz
pyramid-c8503f330304bb58f597547d36b7ffa7957266c2.tar.bz2
pyramid-c8503f330304bb58f597547d36b7ffa7957266c2.zip
Spellcheck.
Diffstat (limited to 'docs/tutorials/zodbsessions')
-rw-r--r--docs/tutorials/zodbsessions/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/zodbsessions/index.rst b/docs/tutorials/zodbsessions/index.rst
index 69dc67d2b..43a8cf5db 100644
--- a/docs/tutorials/zodbsessions/index.rst
+++ b/docs/tutorials/zodbsessions/index.rst
@@ -140,7 +140,7 @@ Configuration
See :ref:`MyProject_ini` for more information about project Paste
``.ini`` files.
-#. Add a ``get_session`` API to your application. I've chosed to add
+#. Add a ``get_session`` API to your application. I've chosen to add
it directly to my ``views.py`` file, although it can live anywhere.
.. code-block:: python