summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHasan Ramezani <hasan.r67@gmail.com>2019-12-12 10:19:09 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-12-12 10:19:38 +0100
commit79c92fc7b69dc62753cde4b5a3be5549fe007f0d (patch)
tree8dd0b0c779ac05bfe033a3575120471f6defdef8
parentf4baf2fdf67136fb24fa88faa0cb3efb31b8125f (diff)
[3.0.x] Fixed typos in 3.0 release notes and docs/ref/request-response.txt.
Backport of 52018e1615edfafcb5170ba6b473132fe2f9a534 from master
-rw-r--r--docs/ref/request-response.txt2
-rw-r--r--docs/releases/3.0.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index dbe19e7aac..5703147ec6 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -206,7 +206,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
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt
index b348d4638c..92b15d75cb 100644
--- a/docs/releases/3.0.txt
+++ b/docs/releases/3.0.txt
@@ -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: