diff options
| author | Timo Graham <timograham@gmail.com> | 2010-11-26 15:33:39 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2010-11-26 15:33:39 +0000 |
| commit | 165a860f872e9b385d0dea417b0e5dc28ed4eb9e (patch) | |
| tree | dcbb3ac1355f17e629e0a75e9d5df4e6a7e9b064 /docs | |
| parent | f26dae8fb22c8d951078a5ce7f195b398334f901 (diff) | |
Add back a colon that's needed but was removed in r14706
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14719 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/http/urls.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt index f5d8c642eb..98fd3233c8 100644 --- a/docs/topics/http/urls.txt +++ b/docs/topics/http/urls.txt @@ -842,7 +842,7 @@ If the URL does not resolve, the function raises an :class:`~django.http.Http404` exception. For example, it can be used for testing if a view would raise a ``Http404`` -error before redirecting to it: +error before redirecting to it:: from urlparse import urlparse from django.core.urlresolvers import resolve |
