Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Dec 12, 2022
1 parent 914605a commit d8b89fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funnel/utils/markdown/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __post_init__(self):

@dataclass
class MarkdownConfig:
"""Markdown config metadata in a non-callable class structure."""
"""Markdown processor with custom configuration, with a registry."""

#: Registry of named sub-classes
registry: ClassVar[Dict[str, MarkdownConfig]] = {}
Expand Down

0 comments on commit d8b89fb

Please sign in to comment.