mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
Fix docstring in curses (#16782)
This commit is contained in:
commit
f0724e7695
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ the package, and perhaps a particular module inside it.
|
||||||
|
|
||||||
import curses
|
import curses
|
||||||
from curses import textpad
|
from curses import textpad
|
||||||
curses.initwin()
|
curses.initscr()
|
||||||
...
|
...
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue