Skip to content

Commit a927bab

Browse files
committed
docs: Reword plugin class docstring
1 parent a99a99c commit a927bab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/mkdocs_autorefs/plugin.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
log = logging.getLogger(f"mkdocs.plugins.{__name__}") # type: ignore[assignment]
3838

3939

40-
class AutorefsPlugin(BasePlugin):
41-
"""An `mkdocs` plugin.
40+
"""The `autorefs` plugin for `mkdocs`.
4241
4342
This plugin defines the following event hooks:
4443

0 commit comments

Comments
 (0)