Skip to content

Commit 5745600

Browse files
committed
Fix typos
1 parent d635774 commit 5745600

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/csefunctions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ Documentation
223223
* ``bg_high``: high byte of background color.
224224

225225
Alternative method: ``det(12, fg_os, bg_os)``
226-
* ``fg_os``: Foreground color from TI-OS Colors menu, like RED or BLUE or NAVy.
227-
* ``bg_os``: Background color from TI-OS Colors menu, like RED or BLUE or NAVy.
226+
* ``fg_os``: Foreground color from TI-OS Colors menu, like RED or BLUE or NAVY.
227+
* ``bg_os``: Background color from TI-OS Colors menu, like RED or BLUE or NAVY.
228228

229229
Colors:
230230
* A list of colors can be found `here <colors.html>`__.

docs/dcefunctions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Documentation
2727
* ``Str9``: Text to display.
2828

2929
Alternative method: ``det(13, large_font, fg_os, bg_os, x, y)``
30-
* ``fg_os``: Foreground color from TI-OS Colors menu, like RED or BLUE or NAVy.
31-
* ``bg_os``: Background color from TI-OS Colors menu, like RED or BLUE or NAVy.
30+
* ``fg_os``: Foreground color from TI-OS Colors menu, like RED or BLUE or NAVY.
31+
* ``bg_os``: Background color from TI-OS Colors menu, like RED or BLUE or NAVY.
3232

3333
Colors:
3434
* A list of colors can be found `here <colors.html>`__.
@@ -69,7 +69,7 @@ Documentation
6969
* ``height``: Height of rectangle.
7070

7171
Alternative method: ``det(15, os_color, x, y, width, height)``
72-
* ``os_color``: Color from TI-OS Colors menu, like RED or BLUE or NAVy.
72+
* ``os_color``: Color from TI-OS Colors menu, like RED or BLUE or NAVY.
7373

7474
.. note::
7575
If you use the alternative method and use 0 for ``os_color``, it will invert the section of the screen covered by the rectangle instead of drawing a color. This can be useful for blinking cursors, etc.

docs/graphicsfunctions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Documentation
1717
* ``high``: High byte of color.
1818

1919
Alternative method: ``det(16, os_color)``
20-
* ``os_color``: Color from TI-OS Colors menu, like RED or BLUE or NAVy.
20+
* ``os_color``: Color from TI-OS Colors menu, like RED or BLUE or NAVY.
2121

2222
Colors:
2323
* A list of colors can be found `here <colors.html>`__.
@@ -40,7 +40,7 @@ Documentation
4040
* ``y2``: y location to finish drawing the line at, beginning from the top-left corner of the screen.
4141

4242
Alternative method: ``det(17, os_color, x1, y1, x2, y2)``
43-
* ``os_color``: Color from TI-OS Colors menu, like RED or BLUE or NAVy.
43+
* ``os_color``: Color from TI-OS Colors menu, like RED or BLUE or NAVY.
4444

4545
Colors:
4646
* A list of colors can be found `here <colors.html>`__.
@@ -61,7 +61,7 @@ Documentation
6161
* ``y``: y location of the pixel to set, beginning from the top-left corner of the screen.
6262

6363
Alternative method: ``det(17, os_color, x, y)``
64-
* ``os_color``: Color from TI-OS Colors menu, like RED or BLUE or NAVy.
64+
* ``os_color``: Color from TI-OS Colors menu, like RED or BLUE or NAVY.
6565

6666
.. note::
6767
If you use the alternative method and use 0 for ``os_color``, it will invert the specified pixel instead of drawing a color.

0 commit comments

Comments
 (0)