We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9fbeb commit 0c8a986Copy full SHA for 0c8a986
src/pytkdocs/parsers/docstrings.py
@@ -121,8 +121,8 @@ class Docstring:
121
def __init__(self, value, signature=None):
122
self.original_value = value or ""
123
self.signature = signature
124
- self.sections = self.parse()
125
self.parsing_errors = []
+ self.sections = self.parse()
126
127
def parse(self, replace_admonitions: bool = True) -> List[Section]:
128
"""
0 commit comments