Skip to content

Commit 8d4dbbd

Browse files
authored
Update home.py
update the outdated hello world demo script
1 parent 5186802 commit 8d4dbbd

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)