diff options
| author | Sergey Fursov <GeyseR85@gmail.com> | 2019-01-28 01:30:47 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-01-27 17:38:44 -0500 |
| commit | 56f7f5026d5a6c9df7c4366f529ca136a0b03ff4 (patch) | |
| tree | b834bf19dbe9865feb8db5a1f78a25576e6dfe61 /docs | |
| parent | 710052fee9372306b5d8f46957b3660eee2cac68 (diff) | |
[2.2.x] Fixed typo in docs/ref/request-response.txt.
Backport of 20ea68c4fea2beca258634ef026146d1555cc5b7 from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/request-response.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 84aa72da20..60be2ff9fa 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 |
