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