mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #19795: Improved markup of True/False constants.
This commit is contained in:
parent
4b79518f83
commit
fbc1c26803
41 changed files with 92 additions and 80 deletions
|
@ -422,7 +422,7 @@ RGB value. This lets you change color 1, which is usually red, to purple or
|
|||
blue or any other color you like. Unfortunately, the Linux console doesn't
|
||||
support this, so I'm unable to try it out, and can't provide any examples. You
|
||||
can check if your terminal can do this by calling
|
||||
:func:`~curses.can_change_color`, which returns True if the capability is
|
||||
:func:`~curses.can_change_color`, which returns ``True`` if the capability is
|
||||
there. If you're lucky enough to have such a talented terminal, consult your
|
||||
system's man pages for more information.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue