mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
[2.2.x] Fixed "byte string" typo in various docs and comments.
Backport of 881362986a
from master
This commit is contained in:
parent
d7876fc999
commit
609b7f1123
8 changed files with 11 additions and 11 deletions
|
@ -145,7 +145,7 @@ Custom file upload handlers **must** define the following methods:
|
|||
|
||||
Receives a "chunk" of data from the file upload.
|
||||
|
||||
``raw_data`` is a byte string containing the uploaded data.
|
||||
``raw_data`` is a bytestring containing the uploaded data.
|
||||
|
||||
``start`` is the position in the file where this ``raw_data`` chunk
|
||||
begins.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue