Skip to content

Commit 1bb1972

Browse files
committed
wording
1 parent 844766e commit 1bb1972

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
@@ -159,7 +159,7 @@ async def get_stars(self):
159159
"""Worker to get stars from GitHub API."""
160160
if not HTTPX_AVAILABLE:
161161
self.notify(
162-
"Install httpx with to update stars from the GitHub API.\n\n$ [b]pip install httpx[/b]",
162+
"Install httpx to update stars from the GitHub API.\n\n$ [b]pip install httpx[/b]",
163163
title="GitHub Stars",
164164
)
165165
return

0 commit comments

Comments
 (0)