Skip to content

Commit

Permalink
Update pypdf/_codecs/_codecs.py
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan <[email protected]>
  • Loading branch information
MartinThoma and stefan6419846 committed Oct 1, 2024
1 parent 6cdb167 commit a500f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypdf/_codecs/_codecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def decode(self, data: bytes) -> bytes:
self._add_entry_decode(self.decoding_table[old_code], string[0])
old_code = code
else:
# The code not in the table and not one of the special codes
# The code is not in the table and not one of the special codes
string = (
self.decoding_table[old_code] + self.decoding_table[old_code][:1]
)
Expand Down

0 comments on commit a500f64

Please sign in to comment.