mirror of
https://github.com/django/django.git
synced 2025-04-10 08:19:39 +00:00
[2.2.x] Fixed typo in docs/ref/request-response.txt.
Backport of 20ea68c4fea2beca258634ef026146d1555cc5b7 from master.
This commit is contained in:
parent
710052fee9
commit
56f7f5026d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user