summaryrefslogtreecommitdiff
path: root/docs/quick_tour.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tour.rst')
-rw-r--r--docs/quick_tour.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst
index 4b0516c97..be53a3344 100644
--- a/docs/quick_tour.rst
+++ b/docs/quick_tour.rst
@@ -760,7 +760,7 @@ logging for you to some reasonable defaults. You then see messages sent by
Pyramid (for example, when a new request comes in).
Maybe you would like to log messages in your code? In your Python module,
-import and set up the logging in your ``views.py``:
+import and set up the logging in your ``views/default.py``:
.. literalinclude:: quick_tour/logging/hello_world/views/default.py
:language: python