瀏覽代碼

Fixed #16258 - typo in middleware docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16441 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Timo Graham 13 年之前
父節點
當前提交
b9ea5e163e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/ref/middleware.txt

+ 1 - 1
docs/ref/middleware.txt

@@ -6,7 +6,7 @@ Middleware
    :synopsis: Django's built-in middleware classes.
 
 This document explains all middleware components that come with Django. For
-information on how how to use them and how to write your own middleware, see
+information on how to use them and how to write your own middleware, see
 the :doc:`middleware usage guide </topics/http/middleware>`.
 
 Available middleware