We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1679759 + 358ee7e commit 417728dCopy full SHA for 417728d
quartodoc/ast.py
@@ -39,8 +39,8 @@ class _DocstringSectionPatched(ds.DocstringSection):
39
_registry: "dict[Enum, _DocstringSectionPatched]" = {}
40
41
def __init__(self, value: str, title: "str | None" = None):
42
- self.value = value
43
super().__init__(title)
+ self.value = value
44
45
def __init_subclass__(cls, **kwargs):
46
super().__init_subclass__(**kwargs)
0 commit comments