File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 45
45
46
46
## Reward repeated use
47
47
Use the mouse to explore, but Textual apps are keyboard-centric and reward repeated use.
48
- An experience user can operate a Textual app far faster than their web / GUI counterparts.
48
+ An experienced user can operate a Textual app far faster than their web / GUI counterparts.
49
49
50
50
## Command palette
51
51
A builtin command palette with fuzzy searching puts powerful commands at your fingertips.
79
79
80
80
## Builtin widgets
81
81
82
- A large [library of builtin widgets](https://textual.textualize.io/widget_gallery/), and a growing ecosystem of third party widgets on pyPi
82
+ A large [library of builtin widgets](https://textual.textualize.io/widget_gallery/), and a growing ecosystem of third party widgets on PyPI
83
83
(this content is generated by the builtin [Markdown](https://textual.textualize.io/widget_gallery/#markdown) widget).
84
84
85
85
## Reactive variables
110
110
111
111
## As a Python library
112
112
113
- Textual apps make be pip installed, via tools such as `pipx` or `uvx`, and other package managers.
113
+ Textual apps may be pip installed, via tools such as `pipx` or `uvx`, and other package managers.
114
114
115
115
## As a web application
116
116
117
- It takes two lines of code to [serve your Textual app](https://github.com/Textualize/textual-serve) as web application.
117
+ It takes two lines of code to [serve your Textual app](https://github.com/Textualize/textual-serve) as a web application.
118
118
119
119
## Managed web application
120
120
121
- With [Textual web](https://github.com/Textualize/textual-serve ) you can serve multiple Textual apps on the web,
121
+ With [Textual web](https://github.com/Textualize/textual-web ) you can serve multiple Textual apps on the web,
122
122
with zero configuration. Even behind a firewall.
123
123
"""
124
124
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ class ListViews(containers.VerticalGroup):
237
237
## List Views and Option Lists
238
238
239
239
A List View turns any widget in to a user-navigable and selectable list.
240
- An Option List for a for field to present a list of strings to select from.
240
+ An Option List for a field to present a list of strings to select from.
241
241
242
242
"""
243
243
@@ -273,7 +273,7 @@ class Logs(containers.VerticalGroup):
273
273
LOGS_MD = """\
274
274
## Logs and Rich Logs
275
275
276
- A Log widget to efficiently display a scrolling view of text, with optional highlighted .
276
+ A Log widget to efficiently display a scrolling view of text, with optional highlighting .
277
277
And a RichLog widget to display Rich renderables.
278
278
279
279
"""
You can’t perform that action at this time.
0 commit comments