https://github.com/python/cpython/commit/dcfc91e4e552e74a43f5fdf049af7a8fe7a784ee
commit: dcfc91e4e552e74a43f5fdf049af7a8fe7a784ee
branch: main
author: sobolevn <[email protected]>
committer: sobolevn <[email protected]>
date: 2025-05-21T15:56:34+03:00
summary:
Fix signature of `_curses.assume_default_colors` in the docs (#134409)
files:
M Doc/library/curses.rst
diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst
index 5ec23b61396773..0b13c559295f3c 100644
--- a/Doc/library/curses.rst
+++ b/Doc/library/curses.rst
@@ -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.
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]