From ddaa6ce2e2d780c4ee14ebe9fe7b6db7efe0e902 Mon Sep 17 00:00:00 2001 From: viniciusban Date: Sun, 22 Sep 2019 23:35:40 -0300 Subject: Fix name and path of views file --- docs/quick_tour.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3