From 20ea68c4fea2beca258634ef026146d1555cc5b7 Mon Sep 17 00:00:00 2001 From: Sergey Fursov Date: Mon, 28 Jan 2019 01:30:47 +0300 Subject: [PATCH] Fixed typo in docs/ref/request-response.txt. --- docs/ref/request-response.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 9c75383ef0..e29d9f5811 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -167,7 +167,7 @@ All attributes should be considered read-only, unless stated otherwise. underscores in WSGI environment variables. It matches the behavior of Web servers like Nginx and Apache 2.4+. - :attr:`HttpRequest.headers` is a simpler way to access all HTTP-prefixd + :attr:`HttpRequest.headers` is a simpler way to access all HTTP-prefixed headers, plus ``CONTENT_LENGTH`` and ``CONTENT_TYPE``. .. attribute:: HttpRequest.headers