diff options
| author | Adam Johnson <me@adamj.eu> | 2020-03-31 09:37:38 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2020-04-01 14:55:11 +0200 |
| commit | 1cdfe8d91215eefaa18c398069dd9c6879a9511d (patch) | |
| tree | ebfb55efbac6e82cfc70587f13b1e0db6b1600e7 /docs/ref/request-response.txt | |
| parent | 4a6f2b63d7ad5907b3d64f8e4d318e7d59b4dd5f (diff) | |
Prevented (and corrected) single backtick usage in docs.
Diffstat (limited to 'docs/ref/request-response.txt')
| -rw-r--r-- | docs/ref/request-response.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index fbe7a26a05..cce0fb7779 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -798,7 +798,8 @@ Methods ``content_type`` is the MIME type optionally completed by a character set encoding and is used to fill the HTTP ``Content-Type`` header. If not specified, it is formed by ``'text/html'`` and the - :setting:`DEFAULT_CHARSET` settings, by default: "`text/html; charset=utf-8`". + :setting:`DEFAULT_CHARSET` settings, by default: + ``"text/html; charset=utf-8"``. ``status`` is the :rfc:`HTTP status code <7231#section-6>` for the response. You can use Python's :py:class:`http.HTTPStatus` for meaningful aliases, |
