From d619d79117d6c699fbec89910ceae4dc9254c63f Mon Sep 17 00:00:00 2001 From: Adam Skoufis Date: Thu, 30 Sep 2021 01:17:21 +1000 Subject: [PATCH] Fix typo in `set_colors` command documentation (#8321) * Fix typo in `set_colors` command documentation * Replace `It` with `VALUE` to reduce ambiguity --- doc_src/cmds/set_color.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/cmds/set_color.rst b/doc_src/cmds/set_color.rst index eb69a56fe..50a6cc212 100644 --- a/doc_src/cmds/set_color.rst +++ b/doc_src/cmds/set_color.rst @@ -13,7 +13,7 @@ Synopsis Description ----------- -``set_color`` is used to control the color and styling of text in the terminal. ``VALUE`` describes that styling. It's a reserved color name like *red* or a RGB color value given as 3 or 6 hexadecimal digits ("F27" or "FF2277"). A special keyword *normal* resets text formatting to terminal defaults. +``set_color`` is used to control the color and styling of text in the terminal. ``VALUE`` describes that styling. ``VALUE`` can be a reserved color name like *red* or a RGB color value given as 3 or 6 hexadecimal digits ("F27" or "FF2277"). A special keyword *normal* resets text formatting to terminal defaults. Valid colors include: