commit | 9f9892648f954e45a628113febb524261075db32 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Mon Feb 02 21:29:40 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Mon Feb 02 21:29:40 2009 +0000 |
tree | 9a9e70a2318e67812787794ea9ab91f59b16b37a | |
parent | 7f42395b6d78a7c8e6b2ef2623c181aa93084269 [diff] [blame] |
Issue #1717, continued: Doc fixes and other cleanup related to renaming of tp_compare.
diff --git a/Doc/includes/noddy4.c b/Doc/includes/noddy4.c index 5be00a7..1b3704c 100644 --- a/Doc/includes/noddy4.c +++ b/Doc/includes/noddy4.c
@@ -165,7 +165,7 @@ 0, /* tp_print */ 0, /* tp_getattr */ 0, /* tp_setattr */ - 0, /* tp_compare */ + 0, /* tp_reserved */ 0, /* tp_repr */ 0, /* tp_as_number */ 0, /* tp_as_sequence */