We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33dd56e commit b4a5f9fCopy full SHA for b4a5f9f
src/textual/_parser.py
@@ -51,7 +51,7 @@ def __init__(self) -> None:
51
52
@property
53
def is_eof(self) -> bool:
54
- """Is the parser at the end of the fine (i.e. exhausted)?"""
+ """Is the parser at the end of the file (i.e. exhausted)?"""
55
return self._eof
56
57
def tick(self) -> Iterable[T]:
0 commit comments