Add correction caught by Thomas Gellekum (and sitting in my e-mail)

This commit is contained in:
Andrew M. Kuchling 2000-12-22 22:03:15 +00:00
parent 9f5eeebb26
commit d7d2e19922
1 changed files with 2 additions and 1 deletions

View File

@ -333,7 +333,8 @@ static PyMethodDef PyCursesPanel_Methods[] = {
{"hidden", (PyCFunction)PyCursesPanel_panel_hidden},
{"hide", (PyCFunction)PyCursesPanel_hide_panel},
{"move", (PyCFunction)PyCursesPanel_move_panel},
{"replace", (PyCFunction)PyCursesPanel_replace_panel},
{"replace", (PyCFunction)PyCursesPanel_replace_panel,
METH_VARARGS},
{"set_userptr", (PyCFunction)PyCursesPanel_set_panel_userptr,
METH_VARARGS},
{"show", (PyCFunction)PyCursesPanel_show_panel},