Skip to content

Commit b4a5f9f

Browse files
Update src/textual/_parser.py
Co-authored-by: TomJGooding <[email protected]>
1 parent 33dd56e commit b4a5f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __init__(self) -> None:
5151

5252
@property
5353
def is_eof(self) -> bool:
54-
"""Is the parser at the end of the fine (i.e. exhausted)?"""
54+
"""Is the parser at the end of the file (i.e. exhausted)?"""
5555
return self._eof
5656

5757
def tick(self) -> Iterable[T]:

0 commit comments

Comments
 (0)