Skip to content

Commit

Permalink
STY: Tweak function _extract_text
Browse files Browse the repository at this point in the history
Change comments, one "elif" to an "if", and one variable name.
  • Loading branch information
j-t-1 authored Jan 28, 2025
1 parent 594c590 commit 844f6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypdf/_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -1996,7 +1996,7 @@ def process_operation(operator: bytes, operands: List[Any]) -> None:
# char_map_tuple: font_type,
# float(sp_width / 2),
# encoding,
# map_dict,
# map_dict,
# font_dict (describes the font)
char_map_tuple = cmaps[operands[0]]
# current cmap: encoding,
Expand Down

0 comments on commit 844f6e0

Please sign in to comment.