Update docs/blog/posts/release0-12-0.md

Co-authored-by: Dave Pearson <davep@davep.org>
This commit is contained in:
Will McGugan
2023-02-24 17:12:14 +00:00
committed by GitHub
parent 8a5e5f29e0
commit e3976155fd

View File

@@ -19,7 +19,7 @@ It's been just 9 days since the previous release, but we have a few interesting
We've added a little *syntactical sugar* to Textual's `compose` methods, which aids both We've added a little *syntactical sugar* to Textual's `compose` methods, which aids both
readability and *editability* (that might not be a word). readability and *editability* (that might not be a word).
First, lets look at the old way of building compose methods. This snippet is taken from the `textual colors` command. First, let's look at the old way of building compose methods. This snippet is taken from the `textual colors` command.
```python ```python