Skip to content

Commit c88c34d

Browse files
committed
Add last missing hint
1 parent 116662b commit c88c34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown_it/common/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def fromCodePoint(c: int) -> str:
111111
DIGITAL_ENTITY_TEST_RE = re.compile(r"^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))", re.IGNORECASE)
112112

113113

114-
def replaceEntityPattern(match, name: str) -> str:
114+
def replaceEntityPattern(match: str, name: str) -> str:
115115
"""Convert HTML entity patterns
116116
117117
::

0 commit comments

Comments
 (0)