We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2e417 commit 31c0e84Copy full SHA for 31c0e84
fortls/ftypes.py
@@ -32,7 +32,7 @@ class ClassInfo:
32
33
name: str #: Class name
34
parent: str #: Parent object of class e.g. ``TYPE, EXTENDS(scaled_vector) :: a``
35
- keywords: str #: Keywords associated with the class
+ keywords: list[str] #: Keywords associated with the class
36
37
38
@dataclass
0 commit comments