Skip to content

Commit 5c97cd9

Browse files
committed
add comment
1 parent cbd064c commit 5c97cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sphinx_fortran_domain/lexers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@dataclass(frozen=True)
99
class SourceLocation:
1010
path: str
11-
lineno: int
11+
lineno: int # 1-based line number in the original source file
1212

1313

1414
@dataclass(frozen=True)

0 commit comments

Comments
 (0)