From: sobolevn Date: Wed, 21 May 2025 12:56:34 +0000 (+0300) Subject: Fix signature of `_curses.assume_default_colors` in the docs (#134409) X-Git-Tag: v3.15.0a1~1607 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dcfc91e4e552e74a43f5fdf049af7a8fe7a784ee;p=thirdparty%2FPython%2Fcpython.git Fix signature of `_curses.assume_default_colors` in the docs (#134409) --- diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index 5ec23b613967..0b13c559295f 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.