Lets to let's

This commit is contained in:
Dave Pearson
2022-10-13 15:46:17 +01:00
parent c4a43c3f52
commit 7182c79814

View File

@@ -151,7 +151,7 @@ The addition of `[str]` tells mypy that `run()` is expected to return a string.
Textual apps can reference [CSS](CSS.md) files which define how your app and widgets will look, while keeping your Python code free of display related code (which tends to be messy).
The chapter on [Textual CSS](CSS.md) describes how to use CSS in detail. For now lets look at how your app references external CSS files.
The chapter on [Textual CSS](CSS.md) describes how to use CSS in detail. For now let's look at how your app references external CSS files.
The following example enables loading of CSS by adding a `CSS_PATH` class variable: