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