Merge pull request #2448 from verbosus/checksum-comment
Removed comment about missing “start” optional argument to `calcChecksum`
This commit is contained in:
commit
f15ed2dab0
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user