[docs] Documentation Error: curses.newwin

Jacqueline Leykam jleykam at gmail.com
Fri Oct 25 09:43:51 CEST 2013


Hello,

I have encountered an error in the Python Curses documentation, on this
page: http://docs.python.org/3.3/library/curses.html#curses.newwin

The curses.newwin documentation states that when the function is called
with two arguments they are interpreted as the begin_y and begin_x
attributes of the created window. In fact, the function interprets them as
the window's nlines and ncols attributes (respectively). This error seems
to be present in all versions of the documentation available.

Regards,
Jacqueline Leykam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20131025/eb8a4298/attachment-0001.html>


More information about the docs mailing list