We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844766e commit 1bb1972Copy full SHA for 1bb1972
src/textual/demo/home.py
@@ -159,7 +159,7 @@ async def get_stars(self):
159
"""Worker to get stars from GitHub API."""
160
if not HTTPX_AVAILABLE:
161
self.notify(
162
- "Install httpx with to update stars from the GitHub API.\n\n$ [b]pip install httpx[/b]",
+ "Install httpx to update stars from the GitHub API.\n\n$ [b]pip install httpx[/b]",
163
title="GitHub Stars",
164
)
165
return
0 commit comments