Fixed "byte string" typo in various docs and comments.

This commit is contained in:
Mariusz Felisiak 2019-03-27 12:15:53 +01:00
parent 9ab1d55596
commit 881362986a
8 changed files with 11 additions and 11 deletions

View file

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