diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-03-27 12:15:53 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-03-28 10:00:12 +0100 |
| commit | 881362986a1ee8f650752de8471a895890b71f96 (patch) | |
| tree | febe869f52c7091f07029aef165ffcdd2da2ed24 /docs/ref/request-response.txt | |
| parent | 9ab1d5559681d3adde4fcfc98a19a7396ed6a42e (diff) | |
Fixed "byte string" typo in various docs and comments.
Diffstat (limited to 'docs/ref/request-response.txt')
| -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 7a99a7c6ba..34dd44ef1d 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -38,7 +38,7 @@ All attributes should be considered read-only, unless stated otherwise. .. attribute:: HttpRequest.body - The raw HTTP request body as a byte string. This is useful for processing + The raw HTTP request body as a bytestring. This is useful for processing data in different ways than conventional HTML forms: binary images, XML payload etc. For processing conventional form data, use :attr:`HttpRequest.POST`. |
