Skip to content

Commit 0f23c2f

Browse files
authored
Document tag typing (#37)
1 parent d34e992 commit 0f23c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_wrapper/cvldoc_parser.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ from os import PathLike
33
from typing import Any, Dict, List, Optional, Union
44

55
class DocumentationTag:
6-
kind: str
6+
kind: TagKind
77
description: str
88
def param_name_and_description(self) -> Optional[tuple[str, str]]: ...
99

0 commit comments

Comments
 (0)