]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix wrongly-named formal parameters in three places: begin_y was used twice
authorFred Drake <fdrake@acm.org>
Fri, 28 Dec 2001 04:31:36 +0000 (04:31 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 28 Dec 2001 04:31:36 +0000 (04:31 +0000)
commit4a61868a50d3813b635098da0075d08ef241ba11
treeb9c4fe2a4f1c5a5969370314399e9849d54e2df0
parent7b52ef2d3c3805d67584db4b3dec0ed06cd31b69
Fix wrongly-named formal parameters in three places: begin_y was used twice
instead of begin_y and begin_x for derwin(), subpad(), and subwin().
Reported for derwin() by Eric Huss.

Added class annotations for the window methods so they would be properly
described in the index.
Doc/lib/libcurses.tex