Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d8298d

Browse files
committed
Fix docstring in curses (#16782)
2 parents f1b63c6 + bac04e5 commit 2d8298d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/curses/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
import curses
77
from curses import textpad
8-
curses.initwin()
8+
curses.initscr()
99
...
1010
1111
"""

0 commit comments

Comments
 (0)