diff options
Diffstat (limited to 'docs/topics/http/middleware.txt')
| -rw-r--r-- | docs/topics/http/middleware.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/middleware.txt b/docs/topics/http/middleware.txt index 49fbde9dc4..fa727aed75 100644 --- a/docs/topics/http/middleware.txt +++ b/docs/topics/http/middleware.txt @@ -88,7 +88,7 @@ caveats: so you can't define ``__init__()`` as requiring any other arguments. * Unlike the ``__call__()`` method which is called once per request, - ``__init__()`` is called only *once*, when the Web server starts. + ``__init__()`` is called only *once*, when the web server starts. Marking middleware as unused ---------------------------- |
