Skip to content

Commit ada3615

Browse files
authored
markdown: Annotate code_escape(). (#7857)
1 parent b65ef3a commit ada3615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/Markdown/markdown/util.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RTL_BIDI_RANGES: Any
1818
def deprecated(message: str, stacklevel: int = ...): ...
1919
def isBlockLevel(tag: object) -> bool: ...
2020
def parseBoolValue(value, fail_on_errors: bool = ..., preserve_none: bool = ...): ...
21-
def code_escape(text): ...
21+
def code_escape(text: str) -> str: ...
2222

2323
class AtomicString(str): ...
2424

0 commit comments

Comments
 (0)