From ce4cd788efff1a01c775235dcccf35fbb1bc0ec8 Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Fri, 24 Feb 2012 22:53:48 +0000 Subject: [PATCH] Fixed #17757 - Typo in docs/intro/overview.txt; thanks kaushik1618. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17584 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/intro/overview.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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