diff options
| author | Ronald Weber <ronaldxweber@gmail.com> | 2025-02-24 17:34:29 +0100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-02-25 17:07:16 +1100 |
| commit | 3f0dd13d931c88a759a779853dfeaee566f0e79a (patch) | |
| tree | a979b72a2db0d296e3ab14fe13f555b53a044a3b /docs/library/framebuf.rst | |
| parent | 5e206fdeb5225ce24efb9411cc879bafaa04b86f (diff) | |
docs: Fix double 'the' in documentation.
Signed-off-by: Ronald Weber <ronaldxweber@gmail.com>
Diffstat (limited to 'docs/library/framebuf.rst')
| -rw-r--r-- | docs/library/framebuf.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/framebuf.rst b/docs/library/framebuf.rst index 149f4d660..f22a3613b 100644 --- a/docs/library/framebuf.rst +++ b/docs/library/framebuf.rst @@ -114,7 +114,7 @@ Drawing text .. method:: FrameBuffer.text(s, x, y[, c]) - Write text to the FrameBuffer using the the coordinates as the upper-left + Write text to the FrameBuffer using the coordinates as the upper-left corner of the text. The color of the text can be defined by the optional argument but is otherwise a default value of 1. All characters have dimensions of 8x8 pixels and there is currently no way to change the font. |
