Skip to content

Commit 5dbfca3

Browse files
committed
chore: Update cross-ref to markdown.Extension class
1 parent 86ee1dd commit 5dbfca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mkdocs_autorefs/references.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ def __init__(
551551
552552
Parameters:
553553
plugin: An optional reference to the autorefs plugin (to pass it to the anchor scanner tree processor).
554-
**kwargs: Keyword arguments passed to the [base constructor][markdown.extensions.Extension].
554+
**kwargs: Keyword arguments passed to the [base constructor][markdown.Extension].
555555
"""
556556
super().__init__(**kwargs)
557557
self.plugin = plugin

0 commit comments

Comments
 (0)