Normalized spelling of "Web server/page" in docs.

This commit is contained in:
Tim Graham 2016-09-29 19:51:59 -04:00
parent a09c058918
commit eb4d4376fc
5 changed files with 8 additions and 14 deletions

View file

@ -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)