Skip to content

Commit f8db698

Browse files
authored
markdown: PY37 is a bool (#7831)
1 parent 693c4f1 commit f8db698

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
@@ -1,6 +1,6 @@
11
from typing import Any, Pattern
22

3-
PY37: Any
3+
PY37: bool
44
__deprecated__: Any
55
BLOCK_LEVEL_ELEMENTS: Any
66
STX: str

0 commit comments

Comments
 (0)