mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 12:17:14 +03:00
Corrected docstring
This commit is contained in:
parent
db1b74198b
commit
b34307b9d2
|
@ -224,7 +224,7 @@ class ChunkStream:
|
||||||
) from e
|
) from e
|
||||||
|
|
||||||
def crc_skip(self, cid, data):
|
def crc_skip(self, cid, data):
|
||||||
"""Read checksum. Used if the C module is not present"""
|
"""Read checksum"""
|
||||||
|
|
||||||
self.fp.read(4)
|
self.fp.read(4)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user