Fixed typos in 3.0 release notes and docs/ref/request-response.txt.

This commit is contained in:
Hasan Ramezani 2019-12-12 10:19:09 +01:00 committed by Mariusz Felisiak
parent 200cd8803d
commit 52018e1615
2 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ All attributes should be considered read-only, unless stated otherwise.
.. versionchanged:: 3.0
Support for look ups using underscores was added.
Support for lookups using underscores was added.
.. attribute:: HttpRequest.resolver_match

View File

@ -318,7 +318,7 @@ Requests and Responses
:class:`memoryview` content.
* For use in, for example, Django templates, :attr:`.HttpRequest.headers` now
allows look ups using underscores (e.g. ``user_agent``) in place of hyphens.
allows lookups using underscores (e.g. ``user_agent``) in place of hyphens.
.. _whats-new-security-3.0: