Fix signature of _curses.assume_default_colors in the docs (#134409)

This commit is contained in:
sobolevn 2025-05-21 15:56:34 +03:00 committed by GitHub
parent e6dde10a69
commit dcfc91e4e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,7 @@ The module :mod:`curses` defines the following exception:
The module :mod:`curses` defines the following functions: 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. Allow use of default values for colors on terminals supporting this feature.
Use this to support transparency in your application. Use this to support transparency in your application.