markdown: @deprecated argument of message is a str. (#7835)

This commit is contained in:
L
2022-05-13 09:48:20 +08:00
committed by GitHub
parent 40d6592ba1
commit dbccdcb50e

View File

@@ -15,7 +15,7 @@ TAG_PLACEHOLDER: Any
INSTALLED_EXTENSIONS: Any
RTL_BIDI_RANGES: Any
def deprecated(message, stacklevel: int = ...): ...
def deprecated(message: str, stacklevel: int = ...): ...
def isBlockLevel(tag): ...
def parseBoolValue(value, fail_on_errors: bool = ..., preserve_none: bool = ...): ...
def code_escape(text): ...