Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051722d commit bac04e5Copy full SHA for bac04e5
1 file changed
Lib/curses/__init__.py
@@ -5,7 +5,7 @@
5
6
import curses
7
from curses import textpad
8
- curses.initwin()
+ curses.initscr()
9
...
10
11
"""
0 commit comments