From 6e9067623b8701b9a210438ad90a21b81967b1ed Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 10 May 2011 20:16:39 +0000 Subject: [PATCH] Fixed small typo from [16054] in docs/topics/http/urls.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@16212 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 a5fb0c9db1..1f880262fa 100644 --- a/docs/topics/http/urls.txt +++ b/docs/topics/http/urls.txt @@ -824,7 +824,7 @@ namespaces into URLs on specific application instances, according to the '.../Orl%C3%A9ans/' Applying further encoding (such as :meth:`~django.utils.http.urlquote` or - ``urllib.quote``) to the ouput of :meth:`~django.core.urlresolvers.reverse` + ``urllib.quote``) to the output of :meth:`~django.core.urlresolvers.reverse` may produce undesirable results. reverse_lazy()