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
This commit is contained in:
Adrian Holovaty 2011-05-10 20:16:39 +00:00
parent 5e39ada245
commit 6e9067623b
1 changed files with 1 additions and 1 deletions

View File

@ -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()