Commit bac04e51 authored by Andrew Svetlov's avatar Andrew Svetlov

Fix docstring in curses (#16782)

parent 051722d5
...@@ -5,7 +5,7 @@ the package, and perhaps a particular module inside it. ...@@ -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()
... ...
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment