Skip to content

Commit c562565

Browse files
committed
📚 Title improvement
1 parent 80b7b3b commit c562565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,12 @@ circle on the canvas. For example:
206206
--8<-- "docs/examples/draw_circle.py"
207207
```
208208

209-
### Clearing a pixel
209+
### Clearing a single pixel
210210

211211
Use [`clear_pixel`][textual_canvas.Canvas.clear_pixel] to set a pixel's
212212
colour to the canvas' colour. For example:
213213

214-
=== "Clearing a pixel"
214+
=== "Clearing a single pixel"
215215

216216
```{.textual path="docs/examples/clear_pixel.py"}
217217
```

0 commit comments

Comments
 (0)