Skip to content

Commit

Permalink
fix: change attribute name from markdown to md in the Plugin class
Browse files Browse the repository at this point in the history
  • Loading branch information
impocode committed Jan 9, 2025
1 parent 8d6ab04 commit f86ad48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mistune/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


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

_cached_modules: Dict[str, Plugin] = {}

Expand Down

0 comments on commit f86ad48

Please sign in to comment.