diff options
| author | Tim Graham <timograham@gmail.com> | 2016-09-29 19:51:59 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-09-29 19:51:59 -0400 |
| commit | eb4d4376fc0f3958ef8e801434ef2bb61a07b56a (patch) | |
| tree | 9624bd3ad4daa04f6ac255c79927a39349dc57ec /docs/ref | |
| parent | a09c058918f85949fd4c003e7ae62869f4559bd3 (diff) | |
Normalized spelling of "Web server/page" in docs.
Diffstat (limited to 'docs/ref')
| -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 70e6005e8e..531b1c872c 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -305,7 +305,7 @@ Methods Mixing HTTP and HTTPS on the same site is discouraged, therefore :meth:`~HttpRequest.build_absolute_uri()` will always generate an absolute URI with the same scheme the current request has. If you need - to redirect users to HTTPS, it's best to let your webserver redirect + to redirect users to HTTPS, it's best to let your Web server redirect all HTTP traffic to HTTPS. .. method:: HttpRequest.get_signed_cookie(key, default=RAISE_ERROR, salt='', max_age=None) |
