From aee0a2879b008f508d804a4ad0d0892a85256ef8 Mon Sep 17 00:00:00 2001 From: Anton Mosich Date: Mon, 6 Mar 2023 23:28:47 +0100 Subject: [PATCH] Fix small typo in README --- micropython/modules/picographics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micropython/modules/picographics/README.md b/micropython/modules/picographics/README.md index cb42579d..7b95cf2e 100644 --- a/micropython/modules/picographics/README.md +++ b/micropython/modules/picographics/README.md @@ -396,7 +396,7 @@ display.rectangle(x, y, w, h) * `x` - the destination X coordinate * `y` - the destination Y coordinate * `w` - the width -* `h` - the eight +* `h` - the height #### Triangle