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
This commit is contained in:
Adrian Holovaty 2006-08-24 03:37:34 +00:00
parent 0a770a0d92
commit 1a1fb70c9f
1 changed files with 1 additions and 1 deletions

View File

@ -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 *