8000 Fix signature of `_curses.assume_default_colors` in the docs (#134409) · python/cpython@dcfc91e · GitHub
[go: up one dir, main page]

Skip to content

Commit dcfc91e

Browse files
authored
Fix signature of _curses.assume_default_colors in the docs (#134409)
1 parent e6dde10 commit dcfc91e

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)
0