Commit 21f2ec6a authored by Georg Brandl's avatar Georg Brandl

Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@.

parent b64f40f3
......@@ -380,7 +380,7 @@ The module :mod:`curses` defines the following functions:
is to be displayed.
.. function:: newwin(begin_y, begin_x)
.. function:: newwin(nlines, ncols)
newwin(nlines, ncols, begin_y, begin_x)
Return a new window, whose left-upper corner is at ``(begin_y, begin_x)``, and
......
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