From e3338bc8375b3763920af245dd4d432df20c3ada Mon Sep 17 00:00:00 2001 From: Antonio Cavedoni Date: Thu, 11 Nov 2021 10:09:19 +0100 Subject: [PATCH] =?UTF-8?q?Removed=20comment=20about=20missing=20=E2=80=9C?= =?UTF-8?q?start=E2=80=9D=20optional=20argument=20to=20`calcChecksum`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lib/fontTools/ttLib/sfnt.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Lib/fontTools/ttLib/sfnt.py b/Lib/fontTools/ttLib/sfnt.py index b2a5bd4fc..8fb9e0aa0 100644 --- a/Lib/fontTools/ttLib/sfnt.py +++ b/Lib/fontTools/ttLib/sfnt.py @@ -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.