Skip to content

Commit 2707357

Browse files
committed
fix doc strings
1 parent 71dfcf4 commit 2707357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def __str__(self) -> str:
181181

182182
@property
183183
def _is_regular(self) -> bool:
184-
"""Check if the line is regular (spans.start > span.end for all spans).
184+
"""Check if the line is regular (spans.end > span.start for all spans).
185185
186186
This is a debugging aid, and unlikely to be useful in your app.
187187

0 commit comments

Comments
 (0)