Skip to content

Commit 31c0e84

Browse files
committed
Fixes typing error
1 parent df2e417 commit 31c0e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fortls/ftypes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ClassInfo:
3232

3333
name: str #: Class name
3434
parent: str #: Parent object of class e.g. ``TYPE, EXTENDS(scaled_vector) :: a``
35-
keywords: str #: Keywords associated with the class
35+
keywords: list[str] #: Keywords associated with the class
3636

3737

3838
@dataclass

0 commit comments

Comments
 (0)