Skip to content

Commit 2b52252

Browse files
authored
Merge pull request #5819 from Ricky-fight/patch-1
Fix the outdated hello world demo script
2 parents 5186802 + 8d4dbbd commit 2b52252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/demo/home.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
6767
```python
6868
# Start building!
69-
from textual import App, ComposeResult
69+
from textual.app import App, ComposeResult
7070
from textual.widgets import Label
7171
7272
class MyApp(App):

0 commit comments

Comments
 (0)