mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Fix signature of _curses.assume_default_colors
in the docs (#134409)
This commit is contained in:
parent
e6dde10a69
commit
dcfc91e4e5
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ The module :mod:`curses` defines the following exception:
|
|||
The module :mod:`curses` defines the following functions:
|
||||
|
||||
|
||||
.. function:: assume_default_colors(fg, bg)
|
||||
.. function:: assume_default_colors(fg, bg, /)
|
||||
|
||||
Allow use of default values for colors on terminals supporting this feature.
|
||||
Use this to support transparency in your application.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue