Skip to content

Commit

Permalink
docs: Reword plugin class docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Aug 31, 2024
1 parent a99a99c commit a927bab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mkdocs_autorefs/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
log = logging.getLogger(f"mkdocs.plugins.{__name__}") # type: ignore[assignment]


class AutorefsPlugin(BasePlugin):
"""An `mkdocs` plugin.
"""The `autorefs` plugin for `mkdocs`.
This plugin defines the following event hooks:
Expand Down

0 comments on commit a927bab

Please sign in to comment.