From 165a860f872e9b385d0dea417b0e5dc28ed4eb9e Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Fri, 26 Nov 2010 15:33:39 +0000 Subject: [PATCH] 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 --- docs/topics/http/urls.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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