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:
parent
0a770a0d92
commit
1a1fb70c9f
|
@ -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 *
|
||||
|
|
Loading…
Reference in New Issue