diff options
author | Timo Graham <timograham@gmail.com> | 2012-02-24 22:54:00 +0000 |
---|---|---|
committer | Timo Graham <timograham@gmail.com> | 2012-02-24 22:54:00 +0000 |
commit | c0258f1da754309e25236cded6affb4d2a402238 (patch) | |
tree | 3f44e6e9e84a152b7f892c51b20d6e00998b7112 /docs | |
parent | 38715d8af83ba73db6f80c832fe04089f2cc6644 (diff) | |
download | django-c0258f1da754309e25236cded6affb4d2a402238.tar.gz |
[1.3.X] Fixed #17757 - Typo in docs/intro/overview.txt; thanks kaushik1618.
Backport of r17584 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17585 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r-- | docs/intro/overview.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/overview.txt b/docs/intro/overview.txt index 34572a6c80..cc0f7477d3 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 |