diff options
Diffstat (limited to 'docs/quick_tour.rst')
| -rw-r--r-- | docs/quick_tour.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst index 4be77e345..a428a77c3 100644 --- a/docs/quick_tour.rst +++ b/docs/quick_tour.rst @@ -823,7 +823,7 @@ Now make a "factory" and pass it to the :term:`configurator`'s :emphasize-lines: 2-3 Pyramid's :term:`request` object now has a ``session`` attribute that we can -use in our view code in ``views.py``: +use in our view code in ``views/default.py``: .. literalinclude:: quick_tour/sessions/hello_world/views/default.py :language: python |
