summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-11-06 13:22:08 +0100
committerTim Graham <timograham@gmail.com>2016-11-06 13:22:08 +0100
commit73017702542ddfa29f6d5d44a9a8a8595d1b4d4c (patch)
treeae5776f8ba11fcd2e2f9341db5531f9c86180b31 /docs/ref
parenteaa6ea2f37509f2e54de5268f32469deeff89eb9 (diff)
Fixed typo in docs/ref/middleware.txt.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/middleware.txt2
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.