mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Add a period
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
1fa01b0135
commit
2ce2fa2dfc
|
@ -79,7 +79,7 @@ _simple_palette = re.compile(b"^\xff*\x00\xff*$")
|
||||||
MAX_TEXT_CHUNK = ImageFile.SAFEBLOCK
|
MAX_TEXT_CHUNK = ImageFile.SAFEBLOCK
|
||||||
"""
|
"""
|
||||||
Maximum decompressed size for a iTXt or zTXt chunk.
|
Maximum decompressed size for a iTXt or zTXt chunk.
|
||||||
Eliminates decompression bombs where compressed chunks can expand 1000x
|
Eliminates decompression bombs where compressed chunks can expand 1000x.
|
||||||
See :ref:`Text in PNG File Format<png-text>`.
|
See :ref:`Text in PNG File Format<png-text>`.
|
||||||
"""
|
"""
|
||||||
MAX_TEXT_MEMORY = 64 * MAX_TEXT_CHUNK
|
MAX_TEXT_MEMORY = 64 * MAX_TEXT_CHUNK
|
||||||
|
|
Loading…
Reference in New Issue
Block a user