Skip to content

Commit 90d9eb4

Browse files
authored
Merge pull request #5348 from ddkasa/patch-1
docs(lazy): fix docstring code embed
2 parents 1bef675 + f447faf commit 90d9eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/lazy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def compose(self) -> ComposeResult:
8383
yield Logs()
8484
yield Sparklines()
8585
yield Footer()
86-
```
86+
```
8787
"""
8888

8989
DEFAULT_CSS = """

0 commit comments

Comments
 (0)