mirror of
https://github.com/python/cpython.git
synced 2026-04-14 07:41:00 +00:00
[3.14] Fix signature of _curses.assume_default_colors in the docs (GH-134409) (#134417)
Fix signature of `_curses.assume_default_colors` in the docs (GH-134409)
(cherry picked from commit dcfc91e4e5)
Co-authored-by: sobolevn <mail@sobolevn.me>
This commit is contained in:
parent
7c3e21540b
commit
ac27008ccd
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