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.
2 parents 842148d + 2d00360 commit 93ccf70Copy full SHA for 93ccf70
docs/tutorial.md
@@ -430,7 +430,7 @@ The Stopwatch app creates widgets when it starts via the `compose` method. We wi
430
431
Let's use these methods to implement adding and removing stopwatches to our app.
432
433
-```python title="stopwatch.py" hl_lines="78-79 88-92 94-98"
+```python title="stopwatch.py" hl_lines="78-79 86 88-92 94-98"
434
--8<-- "docs/examples/tutorial/stopwatch.py"
435
```
436
0 commit comments