Skip to content

Commit

Permalink
🐛 修复说明文档的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Aug 31, 2024
1 parent b0d9f13 commit a006f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litedoc/docstring/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def parse(self) -> Docstring:
最开始未解析到的内容全部加入desc
Returns:
Docstring
"""
add_desc = True
while self.lineno < len(self.lines):
Expand Down

0 comments on commit a006f57

Please sign in to comment.