summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/intro/overview.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/overview.txt b/docs/intro/overview.txt
index 4297296952..761704b6da 100644
--- a/docs/intro/overview.txt
+++ b/docs/intro/overview.txt
@@ -230,7 +230,7 @@ templates. In your Django settings, you specify a list of directories to check
for templates. If a template doesn't exist in the first directory, it checks the
second, and so on.
-Let's say the ``news/article_detail.html`` template was found. Here's what that
+Let's say the ``news/year_archive.html`` template was found. Here's what that
might look like:
.. code-block:: html+django