Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fc74d69

Browse files
sobolevnwaylan
authored andcommitted
Use correct import path in abbr.py
This is the module: https://github.com/Python-Markdown/markdown/blob/master/markdown/blockparser.py
1 parent da03cd6 commit fc74d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎markdown/extensions/abbr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
if TYPE_CHECKING: # pragma: no cover
3535
from .. import Markdown
36-
from ..blockparsers import BlockParser
36+
from ..blockparser import BlockParser
3737

3838

3939
class AbbrExtension(Extension):

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /