Skip to content

Commit 93ccf70

Browse files
authored
Merge pull request #988 from teschty/tutorial-highlight
Add highlighting for id="timers" line in tutorial
2 parents 842148d + 2d00360 commit 93ccf70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ The Stopwatch app creates widgets when it starts via the `compose` method. We wi
430430

431431
Let's use these methods to implement adding and removing stopwatches to our app.
432432

433-
```python title="stopwatch.py" hl_lines="78-79 88-92 94-98"
433+
```python title="stopwatch.py" hl_lines="78-79 86 88-92 94-98"
434434
--8<-- "docs/examples/tutorial/stopwatch.py"
435435
```
436436

0 commit comments

Comments
 (0)