Skip to content

Commit

Permalink
[1.3.X] Fixed #17757 - Typo in docs/intro/overview.txt; thanks kaushi…
Browse files Browse the repository at this point in the history
…k1618.

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
  • Loading branch information
timgraham committed Feb 24, 2012
1 parent 38715d8 commit c0258f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro/overview.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0258f1

Please sign in to comment.