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 71dfcf4 commit 2707357Copy full SHA for 2707357
src/textual/content.py
@@ -181,7 +181,7 @@ def __str__(self) -> str:
181
182
@property
183
def _is_regular(self) -> bool:
184
- """Check if the line is regular (spans.start > span.end for all spans).
+ """Check if the line is regular (spans.end > span.start for all spans).
185
186
This is a debugging aid, and unlikely to be useful in your app.
187
0 commit comments