소스 검색

Fixed typo in docs/ref/middleware.txt.

Tim Graham 8 년 전
부모
커밋
7301770254
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/ref/middleware.txt

+ 1 - 1
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.