Merge pull request #2448 from verbosus/checksum-comment

Removed comment about missing “start” optional argument to `calcChecksum`
This commit is contained in:
Cosimo Lupo 2021-11-16 17:25:57 +00:00 committed by GitHub
commit f15ed2dab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -571,9 +571,6 @@ class WOFFFlavorData():
def calcChecksum(data):
"""Calculate the checksum for an arbitrary block of data.
Optionally takes a 'start' argument, which allows you to
calculate a checksum in chunks by feeding it a previous
result.
If the data length is not a multiple of four, it assumes
it is to be padded with null byte.