diff options
| author | Tim Graham <timograham@gmail.com> | 2016-11-06 13:22:08 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-11-06 13:22:08 +0100 |
| commit | 73017702542ddfa29f6d5d44a9a8a8595d1b4d4c (patch) | |
| tree | ae5776f8ba11fcd2e2f9341db5531f9c86180b31 /docs/ref | |
| parent | eaa6ea2f37509f2e54de5268f32469deeff89eb9 (diff) | |
Fixed typo in docs/ref/middleware.txt.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/middleware.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/middleware.txt b/docs/ref/middleware.txt index e118bf14ce..94778d8a3e 100644 --- a/docs/ref/middleware.txt +++ b/docs/ref/middleware.txt @@ -68,7 +68,7 @@ Adds a few conveniences for perfectionists: * Sets the ``Content-Length`` header for non-streaming responses. -.. versionchanged: 1.11 +.. versionchanged:: 1.11 Older versions didn't set the ``Content-Length`` header. |
