summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-08-24 03:37:34 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-08-24 03:37:34 +0000
commit1a1fb70c9f7c6c286a424710e2a496e79b4b6484 (patch)
treeb9ab75c362910559668b8f05d56a1075226df80f
parent0a770a0d92a0716091f73575fb45b98547a3e859 (diff)
downloaddjango-1a1fb70c9f7c6c286a424710e2a496e79b4b6484.tar.gz
Fixed small typo in docs/overview.txt. Thanks, kirk
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3654 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/overview.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/overview.txt b/docs/overview.txt
index 5a399582e8..8e6274dd9a 100644
--- a/docs/overview.txt
+++ b/docs/overview.txt
@@ -159,7 +159,7 @@ of contents for your app, it contains a simple mapping between URL patterns and
Python callback functions. URLconfs also serve to decouple URLs from Python
code.
-Here's what a URLconf might look like for the above ``Reporter``/``Article``
+Here's what a URLconf might look like for the ``Reporter``/``Article``
example above::
from django.conf.urls.defaults import *