Skip to content

Commit

Permalink
typoUpdate PyPDF2/_cmap.py
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Thoma <[email protected]>
  • Loading branch information
pubpub-zz and MartinThoma authored Jun 13, 2022
1 parent 88f1298 commit de7ddc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyPDF2/_cmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def build_char_map(
) # type: ignore


# used when missing data :eg font def missing
# used when missing data, e.g. font def missing
unknown_char_map : Tuple[str, float, Union[str, Dict[int, str]], Dict] = (
"Unknown", 9999, dict(zip(range(256), ["�"] * 256)), {}
)
Expand Down

0 comments on commit de7ddc0

Please sign in to comment.