summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsiel Díaz Benítez <adbenitez@nauta.cu>2022-05-26 23:24:18 -0400
committerMaxim Ivanov <ulidtko@gmail.com>2022-07-12 15:42:18 +0300
commit7ecda9d85851dbbf7efa7ba2158c0e4459797426 (patch)
tree78ec46280cef4b5a9bf895168675d0fe61f96502
parente2423b5069f51d318ea1ac0f355a0efe5448f7eb (diff)
downloadurwid-7ecda9d85851dbbf7efa7ba2158c0e4459797426.tar.gz
Update index.rst
fix small typo in tutorial
-rw-r--r--docs/tutorial/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/index.rst b/docs/tutorial/index.rst
index b4a6553..f9d8fcc 100644
--- a/docs/tutorial/index.rst
+++ b/docs/tutorial/index.rst
@@ -132,7 +132,7 @@ and will work in any terminal that supports 256-color mode. It will exit when
.. literalinclude:: highcolors.py
:linenos:
-This palette only defines values for the high color foregroundand
+This palette only defines values for the high color foreground and
backgrounds, because only the high colors will be used. A real application
should define values for all the modes in their palette. Valid foreground,
background and setting values are documented in :ref:`foreground-background`.