Skip to content

Commit

Permalink
Corrected docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Sep 30, 2022
1 parent db1b741 commit b34307b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/PngImagePlugin.py
Expand Up @@ -224,7 +224,7 @@ def crc(self, cid, data):
) from e

def crc_skip(self, cid, data):
"""Read checksum. Used if the C module is not present"""
"""Read checksum"""

self.fp.read(4)

Expand Down

0 comments on commit b34307b

Please sign in to comment.