瀏覽代碼

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
Adrian Holovaty 14 年之前
父節點
當前提交
6e9067623b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/topics/http/urls.txt

+ 1 - 1
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()