Skip to content

Commit ac27008

Browse files
[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 dcfc91e) Co-authored-by: sobolevn <[email protected]>
1 parent 7c3e215 commit ac27008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/curses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The module :mod:`curses` defines the following exception:
6868
The module :mod:`curses` defines the following functions:
6969

7070

71-
.. function:: assume_default_colors(fg, bg)
71+
.. function:: assume_default_colors(fg, bg, /)
7272

7373
Allow use of default values for colors on terminals supporting this feature.
7474
Use this to support transparency in your application.

0 commit comments

Comments
 (0)