From de7ddc0d834e30c8916825de228478277671d893 Mon Sep 17 00:00:00 2001 From: pubpub-zz <4083478+pubpub-zz@users.noreply.github.com> Date: Mon, 13 Jun 2022 18:35:58 +0200 Subject: [PATCH] typoUpdate PyPDF2/_cmap.py Co-authored-by: Martin Thoma --- PyPDF2/_cmap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyPDF2/_cmap.py b/PyPDF2/_cmap.py index 2923dce72..32b9fcc41 100644 --- a/PyPDF2/_cmap.py +++ b/PyPDF2/_cmap.py @@ -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)), {} )