mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-03 19:33:07 +03:00
Corrected grammar
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
2b9cc3ccc5
commit
8e9d3201eb
|
@ -400,7 +400,7 @@ Alternatively, if ``pulls_fd`` or ``pushes_fd`` is set, then the decode or
|
||||||
encode function is called once, with an empty buffer. It is the codec's
|
encode function is called once, with an empty buffer. It is the codec's
|
||||||
responsibility to transform the entire tile in that one call. Using this will
|
responsibility to transform the entire tile in that one call. Using this will
|
||||||
provide a codec with more freedom, but that freedom may mean increased memory
|
provide a codec with more freedom, but that freedom may mean increased memory
|
||||||
usage if entire tile is held in memory at once by the codec.
|
usage if the entire tile is held in memory at once by the codec.
|
||||||
|
|
||||||
If an error occurs, set ``state->errcode`` and return -1.
|
If an error occurs, set ``state->errcode`` and return -1.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user