improve wording, fix lint

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
nulano 2020-08-12 22:24:25 +01:00 committed by GitHub
parent d36850e037
commit 05ee9ab31c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",