Issue #1717, continued: Doc fixes and other cleanup related
to renaming of tp_compare.
diff --git a/Doc/includes/noddy2.c b/Doc/includes/noddy2.c
index db9c7a8..0907281 100644
--- a/Doc/includes/noddy2.c
+++ b/Doc/includes/noddy2.c
@@ -131,7 +131,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 */