Skip to content

Commit f86ad48

Browse files
committed
fix: change attribute name from markdown to md in the Plugin class
1 parent 8d6ab04 commit f86ad48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mistune/plugins/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
class Plugin(Protocol):
27-
def __call__(self, markdown: "Markdown") -> None: ...
27+
def __call__(self, md: "Markdown") -> None: ...
2828

2929
_cached_modules: Dict[str, Plugin] = {}
3030

0 commit comments

Comments
 (0)