]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix signature of `_curses.assume_default_colors` in the docs (#134409)
authorsobolevn <mail@sobolevn.me>
Wed, 21 May 2025 12:56:34 +0000 (15:56 +0300)
committerGitHub <noreply@github.com>
Wed, 21 May 2025 12:56:34 +0000 (15:56 +0300)
Doc/library/curses.rst

index 5ec23b61396773a9d688d5bdfe0e130379aacb58..0b13c559295f3c64de81037dc58abd542bcb54fd 100644 (file)
@@ -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.