Fix typo found by doerwalter.
diff --git a/Objects/typeobject.c b/Objects/typeobject.c
index e5e7dcd..bf40951 100644
--- a/Objects/typeobject.c
+++ b/Objects/typeobject.c
@@ -2445,7 +2445,7 @@
 static struct wrapperbase tab_init[] = {
 	{"__init__", (wrapperfunc)wrap_init,
 	 "x.__init__(...) initializes x; "
-	 "see x.__type__.__doc__ for signature"},
+	 "see x.__class__.__doc__ for signature"},
 	{0}
 };