Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7883bff

Browse filesBrowse files
sobolevnmiss-islington
authored andcommitted
Fix signature of _curses.assume_default_colors in the docs (pythonGH-134409)
(cherry picked from commit dcfc91e) Co-authored-by: sobolevn <mail@sobolevn.me>
1 parent 7c3e215 commit 7883bff
Copy full SHA for 7883bff

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Doc/library/curses.rst

Copy file name to clipboardExpand all lines: Doc/library/curses.rst
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.