diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2019-12-12 10:19:09 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-12-12 10:19:09 +0100 |
| commit | 52018e1615edfafcb5170ba6b473132fe2f9a534 (patch) | |
| tree | 0a54958697e36bc754cd93bdcbb7281b745786ff /docs/releases/3.0.txt | |
| parent | 200cd8803d51e94a0724f9fcd3782e71752ef424 (diff) | |
Fixed typos in 3.0 release notes and docs/ref/request-response.txt.
Diffstat (limited to 'docs/releases/3.0.txt')
| -rw-r--r-- | docs/releases/3.0.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
