]> 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>
Wed, 26 Dec 2001 22:03:14 +0000 (22:03 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 26 Dec 2001 22:03:14 +0000 (22:03 +0000)
commitaea7c0df36a4445c1593387c24318ff93ab4e512
tree7dbfadb000d6de962833bc3718da0f4ca6589c81
parentdd13f85cd6db3ab38406b51aea017458075a0210
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