docs: fix typo in prompt tutorial (#4335)

This commit is contained in:
Peter Ye 2021-06-22 12:49:54 -04:00 committed by GitHub
parent 715fb867b4
commit b74bdbcc72
Failed to generate hash of commit

View file

@ -1617,7 +1617,7 @@ keywords such as ``{GREEN}`` or ``{BOLD_BLUE}``. Colors have the form shown bel
For example, ``STRIKETHROUGH_RED``.
* ``BOLDOFF_`` is a prefix modifier for removing the intensity of the font.
It may be used with any foreground color.
For example, ``BOLDOFF_RED`` and ``BOLD_#112233`` are OK!
For example, ``BOLDOFF_RED`` and ``BOLDOFF_#112233`` are OK!
* ``FAINTOFF_`` is a prefix modifier for removing the faintness of the font.
For example, ``FAINTOFF_YELLOW``.
* ``ITALICOFF_`` is a prefix modifier that removes an italic font.