Kaydet (Commit) 2bd833d4 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Fixed #1156 -- Fixed typo in docs/url_dispatch.txt. Thanks, Brian Ray

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1813 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 49874d54
......@@ -328,7 +328,7 @@ the following example is valid::
)
# In foo/urls/blog.py
urlpatterns = patterns('foo.views'
urlpatterns = patterns('foo.views',
(r'^$', 'blog.index'),
(r'^archive/$', 'blog.archive'),
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment