We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4761a8 commit bbb00d9Copy full SHA for bbb00d9
stubs/Markdown/METADATA.toml
@@ -1,2 +1,2 @@
1
-version = "3.10.*"
+version = "~=3.10.2"
2
upstream_repository = "https://github.com/Python-Markdown/markdown"
stubs/Markdown/markdown/htmlparser.pyi
@@ -7,7 +7,6 @@ from markdown import Markdown
7
8
spec: ModuleSpec
9
commentclose: re.Pattern[str]
10
-commentabruptclose: re.Pattern[str]
11
blank_line_re: re.Pattern[str]
12
13
class HTMLExtractor(htmlparser.HTMLParser):
0 commit comments