diff options
Diffstat (limited to 'docs/tutorials/zodbsessions')
| -rw-r--r-- | docs/tutorials/zodbsessions/index.rst | 2 |
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 |
