Skip to content

Commit 4fbc38d

Browse files
j-t-1stefan6419846
andauthored
MAINT: Update comment (#3311)
JBIG2Decode is now implemented, so comment was outdated. --------- Co-authored-by: Stefan <96178532+stefan6419846@users.noreply.github.com>
1 parent 05300d5 commit 4fbc38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pypdf/generic/_data_structures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ def hash_bin(self) -> int:
979979
Hash considering type and value.
980980
981981
"""
982-
# use of _data to prevent errors on non decoded stream such as JBIG2
982+
# Use _data to prevent errors on non-decoded streams.
983983
return hash((super().hash_bin(), self._data))
984984

985985
def get_data(self) -> bytes:

0 commit comments

Comments
 (0)