redundant

This commit is contained in:
Will McGugan
2024-02-26 13:34:03 +00:00
parent 45e9cd6062
commit 14c5ac8dea
2 changed files with 2 additions and 2 deletions

View File

@@ -287,7 +287,7 @@ First a version *without* recompose:
```
This displays a clock which updates once a second.
The code is quite straightforward, but note how we format the time in two places: `compose()` *and* `watch_time()`.
The code is straightforward, but note how we format the time in two places: `compose()` *and* `watch_time()`.
We can simplify this by recomposing rather than refreshing:
=== "recompose02.py"