1
0
mirror of https://github.com/django/django.git synced 2025-06-03 18:49:12 +00:00

Fixed #16258 - typo in middleware docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16441 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Timo Graham 2011-06-19 19:40:18 +00:00
parent df45e35661
commit b9ea5e163e

View File

@ -6,7 +6,7 @@ Middleware
:synopsis: Django's built-in middleware classes. :synopsis: Django's built-in middleware classes.
This document explains all middleware components that come with Django. For 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>`. the :doc:`middleware usage guide </topics/http/middleware>`.
Available middleware Available middleware