mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-24 08:14:10 +03:00
improve wording, fix lint
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
d36850e037
commit
05ee9ab31c
|
@ -40,7 +40,7 @@ MAXBLOCK = 65536
|
||||||
SAFEBLOCK = 1024 * 1024
|
SAFEBLOCK = 1024 * 1024
|
||||||
|
|
||||||
LOAD_TRUNCATED_IMAGES = False
|
LOAD_TRUNCATED_IMAGES = False
|
||||||
"""Whether loading of truncated image files is currently enabled. User code may change this."""
|
"""Whether or not to load truncated image files. User code may change this."""
|
||||||
|
|
||||||
ERRORS = {
|
ERRORS = {
|
||||||
-1: "image buffer overrun error",
|
-1: "image buffer overrun error",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user